Exporting a project creates two android mainActivities

Project Settings

When exporting the project for local run, two android mainActivities are created as shown in the image below.

  1. example.my_project.MainActivity.kt

  2. simplisphere.petelse.MainActivity.kt(Real package)

When I create a new flutterflow project and run it locally, only one MainActivity is created with the correct package name, and only in that project the example package is created.

Is there anything I can adjust in the settings?

How should I modify it?

What have you tried so far?

Rename the project package.

search documents.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
1 reply