A note app using Hive & GetX State Management
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Of course, because it's lightweight, especially for the simple note app
- Fast & easy to develop
- This note app doesn't required image CRUD
- Personally, it's our best choice for small to mid-level project
- Efficient for MVC approach, our style indeed
- Well, GetX includes widget supports, live & observable data transaction, which simplifies coding process