FLUTTER ECOSYSTEM

tguizelini/flutter-architecture

Get_It, राज्य प्रबंधन, SQFlite, Dio, StorageHelper, ConnectionHelper, कस्टम विजेट आदि के साथ फ्लटर के लिए MVVM साफ आर्किटेक्चर

flutter-architecture प्रोजेक्ट कवर
Stars
182
Forks
36
अंतिम पुश (UTC)
28 जून 2020
प्रोजेक्ट स्थिति
सक्रिय
Tiago Guizelini GitHub avatar
भाषाएँDartRubyShellKotlinSwiftObjective-C

तकनीकी विषय

उपयोग की गई निर्भरताएँ

निर्भरता सूची 14 आइटम

रैंकिंग

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

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