- It contains common extensions, libs, Const and some common struct
- It contains the core logic of network. such as http service, auth service, api configuration
- It contains repositories implement. Use for retrieve data from API or local.
- It will contains the core business logic (use cases), core business of repositories, and models
- It contains UI and BLoC.
Network: dio (A powerful Http client for Dart, which supports Interceptors, Global configuration, FormData, Request Cancellation, File downloading, Timeout etc.)
- flutter channel stable
- flutter pub get
- flutter packages pub run build_runner build