There seems to be a problem with flutter\'s build.
I always need to perform RUN > Flutter Full Restart everytime I run the app to a
You can run flutter clean.
But that's most likely a problem with your IDE or similar, as flutter run creates a brand new apk. And hot reload push only modifications.
Try running your app using the command line flutter run and then press r or R for respectively hot-reload and full-reload.
There are basically 3 alternatives to cleaning everything that you could try:
flutter clean will delete the /build folder./build folder, which is essentially the same as flutter clean.