Flutter fail to run app on device import androidx.annotation.Nullable
You need to migrate to AndroidX as mentioned in the Changelog of affected official plugins https://pub.dartlang.org/packages/firebase_core#030
in android/gradle.properties add below two line. in my case solve issue using this.
android.useAndroidX=true
android.enableJetifier=true