/CR-YOUTH-MOBILE-5TH

Notez the notesssss for notes :)

Primary LanguageDart

notez

A note app using Hive & GetX State Management

Getting Started

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.

Why HiveFlutter?

  1. Of course, because it's lightweight, especially for the simple note app
  2. Fast & easy to develop
  3. This note app doesn't required image CRUD

Why GetX?

  1. Personally, it's our best choice for small to mid-level project
  2. Efficient for MVC approach, our style indeed
  3. Well, GetX includes widget supports, live & observable data transaction, which simplifies coding process