This is my first Flutter app — a simple Notes application built using Flutter and SQLite.
- Add, edit, and delete notes (CRUD operations)
- Local storage using
sqflitepackage - Clean UI with
StatefulWidget-based state management
- Flutter
- SQLite (via
sqflite) - Stateful Widgets for logic handling
I’m currently learning advanced Flutter concepts. In my upcoming apps, I will be implementing global state management using:
providerbloc / cubitriverpodgetx
Stay tuned for more projects and improvements!
If you're new to Flutter, here are some great resources: