A simple Flutter application for managing notes.
- Create Notes: Add new notes with a title and content.
- Edit Notes: Modify the content of existing notes.
- Delete Notes: Remove notes that are no longer needed.
- View All Notes: Display a list of all saved notes.
- Search Notes: Easily search through your notes to find specific content.
- Switch Mode: Toggle between light and dark mode for a more comfortable user experience.
- Flutter
- Dart
- Hive (local storage)
- Cubit (state management)