A simple and modern Flutter Notes App built to make creating, organizing, and finding notes fast and easy.
Notely uses Hive for local data persistence, so your notes are stored directly on your device and remain available even without an internet connection.
- 📝 Create and save notes
- ✏️ Edit existing notes
- 🗑️ Delete notes
- 🔍 Search through notes
- 💾 Local data persistence using Hive
- ⚡ Fast and lightweight
- 🎨 Clean and modern UI
- 📱 Responsive Flutter UI
View all your saved notes in one place.
Create a new note or update an existing one with an easy-to-use editor.
Quickly find notes by searching through their content.
| Technology | Purpose |
|---|---|
| Flutter | Cross-platform UI framework |
| Dart | Programming language |
| Hive | Local database |
| Hive Flutter | Flutter integration with Hive |
| Cubit / BLoC | State management |
| Material Design | UI components |
Notely uses Hive to store notes locally.
This provides:
- Fast read/write operations
- Offline access
- Persistent data
- Lightweight local storage
- No external database or server required
The app includes a search feature that allows users to quickly find notes without manually browsing through all saved notes.
The search works with the locally stored Hive data, keeping the experience fast and responsive.
git clone https://github.com/YOUR_USERNAME/notely.gitcd notelyflutter pub getflutter runIf the project uses Hive code generation, run:
dart run build_runner build --delete-conflicting-outputs| Home | Add note |
|---|---|
![]() |
![]() |
| Edit note | Delete |
|---|---|
![]() |
![]() |
| Search | Search(2) |
|---|---|
![]() |
![]() |
| Search Not Found | Home 2 |
|---|---|
![]() |
![]() |
- Dark mode
- Note categories
- Favorite notes
- Pin important notes
- Cloud synchronization
- Backup and restore
Mohamed Taha
Flutter Developer interested in building clean, scalable, and user-friendly mobile applications.
⭐ If you like this project, consider giving it a star!







