All Projects → PotatoProject → Leaflet

PotatoProject / Leaflet

Licence: mit
POSP official notes app, soon to be included

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Leaflet

Flutter Mvvm Provider Demo
Stars: ✭ 89 (-42.21%)
Mutual labels:  cross-platform, material-design
Flutterexampleapps
[Example APPS] Basic Flutter apps, for flutter devs.
Stars: ✭ 15,950 (+10257.14%)
Mutual labels:  cross-platform, material-design
Kivymd
Set of widgets for Kivy inspired by Google's Material Design.
Stars: ✭ 107 (-30.52%)
Mutual labels:  cross-platform, material-design
Awesome Flutter
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
Stars: ✭ 38,582 (+24953.25%)
Mutual labels:  cross-platform, material-design
Flutter app sample
flutter app sample
Stars: ✭ 120 (-22.08%)
Mutual labels:  cross-platform, material-design
Kastri
Cross-platform library for Delphi
Stars: ✭ 148 (-3.9%)
Mutual labels:  cross-platform
Komodoedit
Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
Stars: ✭ 1,972 (+1180.52%)
Mutual labels:  cross-platform
Innocenceengine
Cross-platform modern game engine.
Stars: ✭ 149 (-3.25%)
Mutual labels:  cross-platform
Material
Simple Android app to show how to design a Hierarchical Transition in Material Design.
Stars: ✭ 149 (-3.25%)
Mutual labels:  material-design
Hexo Theme Mellow
based on material design
Stars: ✭ 154 (+0%)
Mutual labels:  material-design
Garland View Android
≡ GarlandView seamlessly transitions between multiple lists of content. Made by @Ramotion
Stars: ✭ 1,855 (+1104.55%)
Mutual labels:  material-design
Viscerion
[RETIRED] Beautiful and feature filled Android client for the WireGuard™️ protocol
Stars: ✭ 152 (-1.3%)
Mutual labels:  material-design
Moonshot
A SpaceX companion app for Android
Stars: ✭ 150 (-2.6%)
Mutual labels:  material-design
Castlemock
Castle Mock is a web application that provides the functionality to mock out RESTful APIs and SOAP web services.
Stars: ✭ 153 (-0.65%)
Mutual labels:  cross-platform
Dgle
Powerful independent cross-platform engine for 2D/3D games and visualizations. Young, strong and crazy!
Stars: ✭ 149 (-3.25%)
Mutual labels:  cross-platform
Uiwidgets
UIWidget is a Unity Package which helps developers to create, debug and deploy efficient, cross-platform Apps.
Stars: ✭ 1,901 (+1134.42%)
Mutual labels:  cross-platform
Algernon
🎩 Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support
Stars: ✭ 1,880 (+1120.78%)
Mutual labels:  cross-platform
Netflix clone
Netflix type clone app to learn animation and basic UI components..
Stars: ✭ 152 (-1.3%)
Mutual labels:  cross-platform
Protobuild
This project has been retired.
Stars: ✭ 153 (-0.65%)
Mutual labels:  cross-platform
Lumo
Fast, cross-platform, standalone ClojureScript environment
Stars: ✭ 1,861 (+1108.44%)
Mutual labels:  cross-platform

Leaflet

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

  • [x] Note tags
  • [ ] Launcher widget
  • [ ] Quick note QS tile
  • [ ] Partial markdown support
  • [x] Multiple image loading
  • [ ] Voice notes
  • [x] 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)

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].