## before **flutter run** not working **flutter build** working ## fix: change *configure<com.android.build.api.dsl.ApplicationExtension>* tag to *android* ## after **flutter run** will work
before
flutter run not working
flutter build working
fix:
change configure<com.android.build.api.dsl.ApplicationExtension> tag to android
after
flutter run will work