NoteX is a beautifully designed, lightweight, and powerful note-taking Flutter app. Built with clean architecture, smooth UI transitions, local SQLite storage, and cool features like custom themes, note search, update, and delete!
- ๐ Create, read, update, delete notes (CRUD)
- ๐ Real-time search functionality
- ๐จ Theme customization (light/dark)
- ๐พ Local data persistence using SQLite
- ๐ฅ Smooth animations and transitions
- ๐ Clean and maintainable folder structure
- Flutter
- Dart
- SQLite (sqflite package)
- Provider (for state management)
- SharedPreferences (for theme & image persistence)
git clone https://github.com/your-username/notex.git
cd notex
flutter pub get
flutter run