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
Running flutter clean solved this issue for me using an emulator.
flutter clean
I wiped the emulator data, deleted my emulator, and created a new one, none of that worked. flutter clean worked though.