A simple note-taking app with features to add, edit, and delete notes. Users can customize note colors and the entire note content.
- Clone the repository
- Run
flutter pub getto install dependencies - Run the app on a device or emulator using
flutter run.
- Add a new note by tapping the "+" button
- Edit a note by pressing on it
- Delete a note by pressing delete button
- Customize note color using the color list
This app uses Hive for local data storage, providing fast and efficient access to notes.
Users can choose from a variety of colors to customize their notes, making it easy to categorize and organize.
The app features a splash screen with a minimalist design, providing a seamless transition into the main app.
- add search functionality
Contributions are welcome! Please fork the repository and submit a pull request.