I am a new flutter programmer and i am trying to build my release app in flutter and when i run
flutter run
everything work fine in debug and te
the solution is easy. just run flutter clean and run flutter build apk after that and it generate update app apk. if you want to install it directly just run flutter install after the build command.
flutter clean
flutter build apk
flutter install