The Librescoot-branded build of the community app for the unu Scooter Pro.
This is a rebrand of reunu/unustasis ("stasis for unu"), tracking it closely. All app development happens upstream; this repository carries only the Librescoot branding on top, plus the release pipeline that publishes to Google Play and TestFlight.
Ships as com.librescoot.app, so it installs alongside the upstream build rather
than replacing it.
The branding lives in a single commit on top of upstream main. To take new
upstream work:
git fetch upstream # git@github.com:reunu/unustasis.git
git rebase --onto upstream/main <previous-upstream-main> mainResolve conflicts in favour of upstream for anything that is not a brand string or an identifier. Never merge upstream into this branch: the history is meant to stay a thin, rebasable layer.
If you just want to use this app, go into the "Releases" section on this page and download the latest APK file. The app is also available as proe-release through Google Play and Apple TestFlight, but that will change shortly.
This app is made in Flutter for cross-platform functionality, UI performance, and rapid development. To build it on your system, follow this getting-started guide to install the Flutter SDK and required Android or iOS SDKs.
Run the following command in the root of this project to install and start the development version on your device:
flutter run
Interested in contributing? Join the Unu Community Discord or create an issue right here on GitHub! Pull requests are also very welcome, as my test devices are pretty limited and therefore I depend on any help I can get.