NotelyTask is an easy to use note-taking application. Just open it and start taking notes. It supports local folder synchronization to keep your notes backed up and synced across devices. You can get builds from Releases or build the app yourself.
NotelyTask uses hydrated_bloc for immediately preserving user data. Your notes are stored locally and the app has no tracking whatsoever.
You can select a local folder (or a synced folder like Dropbox, Google Drive, Nextcloud, etc.) to store your notes. The app saves your notes as a notes.json file in the selected folder, allowing you to:
- Back up your notes automatically
- Sync across devices using any cloud storage service
- Keep full control of your data
NotelyTask supports optional PIN-based encryption for your notes. When enabled, your notes are encrypted before being saved to the sync folder.
You can build a .deb package for Ubuntu/Debian systems:
# Install flutter_to_debian
dart pub global activate flutter_to_debian
# Build the app
flutter build linux --release
# Create .deb package
flutter_to_debian
# Install the package
sudo dpkg -i notelytask_*_amd64.deb
