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
I had this problem after I changed the package name. I fixed it by using this guide
In my case I did not have the java files as described in the article but did need to change the kotlin path similarly to the java path described.