how to build apk create old version app in Flutter
The solution is easy. Just run flutter clean and run flutter build apk after that and it generates the updated app apk. If you want to install it directly just run flutter install after the build command.