A simple and modern notes app built with Flutter and Isar database, featuring dark/light mode themes.
- Create, edit, and delete notes
- Local data storage using Isar DB
- Dark & Light theme support
- Clean and responsive UI
Here’s how the app looks:
- Flutter
- Dart
- Isar Database
- Provider
- Material Design
# Clone this repository
git clone https://github.com/faldi17/notes-flutter.git
# Navigate to the project folder
cd notes-flutter
# Get dependencies
flutter pub get
# Run the app
flutter run



