I started working on the \"home page\" of the application in main.dart. Then I created \"Login.dart\" page, and now i want my application t
If you want to build your release app with the main entrypoint in a file other than lib/config/main_production.dart, you have to do so like this:
flutter build apk -t lib/config/main_production.dart