A simple offline notes app built with Flutter using Hive as a local NoSQL database.
- 📦 Local persistent storage (Hive)
- ➕ Add notes
- 🗑 Delete notes
- ⚡ Fast & lightweight (no SQL)
- 📱 Offline-first
- Flutter
- Hive / Hive Flutter
- build_runner & hive_generator
flutter pub get
dart run build_runner build --delete-conflicting-outputs
flutter run
