Elegant Note Flutter App using Hive and Flutter
Hive is a quick, lightweight, NoSQL database for flutter app and dart application. It is an offline database(store data in local devices).
VNotes
This is an project made using Hive and flutter.
Plugin’s Used
- Hive: Used to locally store data.
- Toast: Used to display useful message. To learn more about toast.
- Path Provider
- upgrader: Used to alert users when app has a new update.
- Provider: Used for State management.
- Shared Preferences: Used to Persist some values.
Inside App
- Creating a Note.
- Viewing notes.
Download
You can download the app from Play Store Here
GitHub Repository
Source code: https://github.com/quiet-programmer/hive_note_app