Simple mobile application to keep your notes with private text input. You can hide the text you enter from others around you.
- Hide the content you write
- Easily create a numbered list
- Text markdown support
- Light and dark theme support
- Install flutter
- Clone repo
git clone https://github.com/diademoff/justnote.git
cd justnote/
- For Android:
flutter build apk
; for IOS:flutter build ipa
(MacOS only) - Your apk:
build/app/outputs/flutter-apk/app-release.apk
Download latest version from releases page