HamedSalameh / flutter-bloc

A Flutter Basic Architecture using Bloc Pattern, Provider, RxDart, SQFlite, HttpHelper, StorageHelper, custom widgets and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Flutter Architecture ready for big projects

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

What it brings ?

  1. Bloc Pattern

  2. Provider package for dependency injection

  3. RxDart to manage states

  4. SQFlite to work with SQLite

  5. Helper for make HTTP requests using Dio

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

  7. Helper for check connection status

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

  9. Custom Widgets like Loading, CardView, Toast, Snackbar, Modal, Dropdown, CustomDrawer and more

  10. 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

About

A Flutter Basic Architecture using Bloc Pattern, Provider, RxDart, SQFlite, HttpHelper, StorageHelper, custom widgets and more


Languages

Language:Dart 89.9%Language:Ruby 7.1%Language:Shell 1.2%Language:Kotlin 0.9%Language:Swift 0.8%Language:Objective-C 0.1%