FLUTTER ECOSYSTEM

tguizelini/flutter-architecture

Clean Architecture with MVVM for Flutter using Get_It, State management, SQFlite, Dio, StorageHelper, ConnectionHelper, custom widgets and more

flutter-architecture project cover
Stars
182
Forks
36
Last push (UTC)
Jun 28, 2020
Project status
Active
Tiago Guizelini GitHub avatar
GITHUB User

Tiago Guizelini ↗

São Paulo, BrazilOfficial website ↗
LanguagesDartRubyShellKotlinSwiftObjective-C

Technical topics

Dependencies used

Dependency list 14 items

Rankings

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

Flutter Architecture

This project structure was made thinking in productivity and easy maintenance.

What it brings ?
  1. Clean Architecture and MVVM

  2. Get_It for dependency injection

  3. For state management, you have two options:

BRANCH master -> RxDart
BRANCH mobx -> Mobx
  1. SQFlite to work with SQLite

  2. HTTP requests using Dio

  3. Helper for store data on device using Shared Preferences with a helper class

  4. Helper for check connection status

  5. Custom classes for page transitions animated (fromLeft, from Top, fromBottom and fromRight)

  6. Custom Widgets like LoadingWidget, CardViewWidget, Toast, Snackbar, ModalWidget, Dropdown, CustomDrawer and more

  7. The "values" folder, you will find the files:

  • "dimens": to set sizes defaults for margin, font, etc
  • "colors" set the color pallet
  • "theme": set the app's theme