A brand new OTA app written in Flutter for updating Android. Written with POSP in mind, it works with the android_flutter_updater plugin to interact with native components of Android such as UpdateEngine to serve a hassle free update experience.
The project has moved to the PotatoProject organization. You can find the maintained repository here.
- Open the project in Android Studio.
- Add your project's framework.jar to android/libs
- Run flutter packages get
- Run main.dart
- This app is mostly a minimal frontend for the plugin.
- When submitting changes, be sure to reformat your sources in Android Studio.