ifsource / Leaflet

POSP official notes app, soon to be included

Home Page:https://potatoproject.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PotatoNotes

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

Get it on Google Play

Main features

  • Material design
  • Multi device online sync
  • List/grid view for notes
  • Multiple note extras, such as lists, images and remainders
  • Lock notes with a pin or password for hiding them on main menu
  • Search notes for content/title with various filters
  • Complete theme personalization
  • Local backup/restore functionality
  • Trash and archive for notes

Planned features

  • Note tags
  • Launcher widget
  • Quick note QS tile
  • Partial markdown support
  • Multiple image loading
  • Voice notes
  • Drawings

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 update

After that, building is simple as this:

~$ flutter pub get

~$ flutter run           # for debug
~$ flutter build apk     # release build (fat apk)

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.

About

POSP official notes app, soon to be included

https://potatoproject.co

License:MIT License


Languages

Language:Dart 97.2%Language:Kotlin 1.7%Language:Java 0.7%Language:HTML 0.3%