Skip to content

AgentFabulous/PotatoCenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PotatoCenter

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.

Deprecated

The project has moved to the PotatoProject organization. You can find the maintained repository here.

Setting up

  • Open the project in Android Studio.
  • Add your project's framework.jar to android/libs
  • Run flutter packages get
  • Run main.dart

Contributing