Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PotatoProject/Leaflet
POSP official notes app, soon to be included
https://github.com/PotatoProject/Leaflet
android cross-platform flutter linux macos material-design moor notes-app posp windows
Last synced: 4 days ago
JSON representation
POSP official notes app, soon to be included
- Host: GitHub
- URL: https://github.com/PotatoProject/Leaflet
- Owner: PotatoProject
- License: mit
- Created: 2019-07-31T20:28:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T22:38:49.000Z (about 2 years ago)
- Last Synced: 2024-10-29T22:02:35.526Z (12 days ago)
- Topics: android, cross-platform, flutter, linux, macos, material-design, moor, notes-app, posp, windows
- Language: Dart
- Homepage: https://potatoproject.co
- Size: 13.7 MB
- Stars: 351
- Watchers: 22
- Forks: 55
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leaflet
POSP official notes application, written in flutter, beautiful, fast and secure.
## Main features
- Material design
- Completely cross platform
- List/grid view for notes
- Multiple note extras, such as lists, images and drawings
- Lock notes with a pin or password or biometrics
- Hide notes content on the main page
- Search notes with various filters
- Complete theme personalization
- Local backup/restore functionality with encryption
- Trash and archive for notes
- Database encryption
- Tags for notes## Planned features
- [ ] New sync api integration
- [ ] Folders
- [ ] Refined UI for desktop platforms## 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](https://github.com/broodroosterdev/potatosync-rust) 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 contributionsFor translations, head over to our [Crowdin](https://potatoproject.crowdin.com/leaflet).
If you want to receive the latest news head over to our [Telegram channel](https://t.me/potatonotesnews), if you want to chat we even got the [Telegram group](https://t.me/potatonotes).