NoteFlow is a beautifully designed Flutter notes application focused on speed, simplicity, and productivity.
Whether you're writing quick ideas, keeping daily notes, or organizing important information, NoteFlow provides a smooth and distraction-free experience while keeping all your notes securely stored offline.
- 📝 Create, edit and delete notes
- 📌 Pin important notes
- 🔍 Instant search
- 📂 Sort notes
- 🌙 Light & Dark Mode
- 💾 Offline storage with Hive
- 🎨 Clean Material 3 UI
- ⚡ Fast & responsive experience
- 📱 Beautiful splash screen
- 🔔 Custom notifications
| Technology | Usage |
|---|---|
| Flutter | Cross-platform App Development |
| Dart | Programming Language |
| Hive | Local Database |
| Material 3 | User Interface |
| Intl | Date & Time Formatting |
lib/
├── Screens/
│ ├── splash_screen.dart
│ ├── notes_screen.dart
│ ├── add_note_screen.dart
│ ├── note_details_screen.dart
│ └── about_screen.dart
│
├── note.dart
├── note_action.dart
├── custom_notification.dart
├── glass_menu.dart
├── sort_options.dart
└── main.dart
Clone the repository
git clone https://github.com/zainwaqasDev/NoteFlow.gitNavigate to the project
cd NoteFlowInstall dependencies
flutter pub getRun the application
flutter runAspiring Flutter Developer passionate about building modern, clean, and user-friendly mobile applications.
GitHub
👉 https://github.com/zainwaqasDev








