QL
Quick Log
Quick Log — A minimal, fast logging app focused on quick inputs
Fast, tag-first logging on Android
Quick Log is an Android app built with Flutter for capturing quick notes with tags and optional location—stored locally on your device.
Why Quick Log
- Tag-first: pick tags first, then add optional notes
- Optional location: capture GPS + place label when enabled
- Offline-first: data stays on-device (SQLite)
Key features
- Searchable tag selection + category filters
- Entries list with advanced filters (tags, date range, with/without location)
- Map view of logged locations
- Export/import: JSON + CSV, plus tag-only export for LLM customization
- Material Design 3 with theme support
Downloads
Releases are hosted on GitHub. You can download the APK directly, track the app with Obtainium, or try the experimental WebUSB installer.
Developer quick start
Clone, fetch dependencies, and run on an Android device or emulator.
git clone https://github.com/cmwen/quick-log-app.git cd quick-log-app flutter pub get flutter run
Next steps
- Read
QUICK_LOG_README.mdfor the full feature guide - Customize tags and categories to match your workflow
- Publish a GitHub Release to deploy this site automatically