- 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
flutter run -t lib/main_admin.dart
the t
stands for target, the default of which is lib/main.dart. If you don't specify the -t you will go to lib/main.dart
you can also pass in --flavor
to the flutter run command if you would like to load a different flavour for your same entry point - ie production, dev & test