A high-level professional Personal Note App for Android, built with Flutter.
- Beautiful Design: Material 3 design with a clean, masonry layout.
- Rich Note Management: Create, edit, and delete notes.
- Local Persistence: Notes are stored securely using SQLite (
sqflite). - Search: Fast and efficient search functionality.
- Dark Mode: Automatic dark mode support based on system settings.
- Custom Typography: Uses professional fonts (Lato) via Google Fonts.
- State Management:
Provider(ChangeNotifier). - Database:
sqflitewith SingletonDatabaseHelper. - Models: Immutable
Notemodel. - UI: Modular widgets and screens.
- Clone the repository.
- Run
flutter pub get. - Run
flutter run.
Run unit and widget tests:
flutter test