When exporting the project for local run, two android mainActivities are created as shown in the image below.
example.my_project.MainActivity.kt
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?