Open Duchv2008 opened 12 months ago
Hey @Duchv2008 , why would you need to run the app from the Android folder?
Anyway, you're picking the wrong build variant
@AngeloAvv I want build native aab or apk file without flutter build command.
New Flutter version has set main.dart in gradle file. That not change even when change flavor in android native.
Currently I am solving it by building via flutter command
When i delete file main.dart then use main_stg.dart, main_dev.dart, main_prod.dart But when i run code in Android native. I has an error Flutter : Target file "lib/main.dart" not found.
When I search, flutter.target automatically receives lib/main.dart.
how to fix that.