Notes Hive is a Flutter project designed to demonstrate the integration of Hive, a lightweight and fast key-value database for Flutter applications. This project includes basic functionality for creating, reading, updating, and deleting notes.
This project is a starting point for a Flutter application, specifically focusing on utilizing Hive for local storage.
- Flutter
- Dart SDK
- Clone the repository:
git clone https://github.com/Lohithsurya/notes_hive.git cd notes_hive - Install Dependencies:
flutter pub get
- Run the application:
flutter run