PotatoProject / Leaflet

POSP official notes app, soon to be included
https://potatoproject.co
MIT License
349 stars 54 forks source link
android cross-platform flutter linux macos material-design moor notes-app posp windows

Leaflet

POSP official notes application, written in flutter, beautiful, fast and secure.

Get it on Google Play

Main features

Planned features

Compiling the app

Before anything, be sure to have a working flutter sdk setup.

Be sure to disable signing on build.gradle or change keystore to sign the app.

For now the required flutter channel is master, so issue those two commands before starting building:

~$ flutter channel master
~$ flutter upgrade

After that, building is simple as this:

~$ flutter pub get

~$ flutter run           # for debug
~$ flutter build apk --flavor dev     # release build with dev flavor (available flavors are dev, production and ci)

Generating locales

After adding or updating the locales, run the following command from Leaflet root dir:

dart bin/locale_gen.dart

This will generate and update the required files

Contributing

The entire app and even the online sync api is completely open source.
Feel free to open a PR to suggest fixes, features or whatever you want, just remember that PRs are subjected to manual review so you gotta wait for actual people to look at your contributions

For translations, head over to our Crowdin.

If you want to receive the latest news head over to our Telegram channel, if you want to chat we even got the Telegram group.