when I run
$ flutter run
I\'m getting a prompt on my mobile device asking if I want to install the app on my device. I give yes, then nothing
For me, it was a package: admob_flutter
I'd compiled and updated dependencies but used wrong the package. I realize it by looking at the Log in
View -> Tool Windows -> Logcat (ALT+6) in Android Studio.
Before the app running in AVD was crashing, but I didn't know why, not seen an error in the Run Terminal, but the Logcat helped me.
Hope it helps someone.