Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 638 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 638 Bytes

Flutter Architecture

Description: Build a base source for flutter project

Libs in project:

get: ^4.1.4
get_storage: ^2.0.2
flutter_bloc: ^7.0.1
provider: ^5.0.0
flutter_simple_dependency_injection: ^2.0.0
dio: ^4.0.0
socket_io_client: ^1.0.1

- I using getx for manage routes, provider for manage global state and bloc for tree state

How I can run it?

  • 🚀 Clone this repository
  • 🚀 Run below code in terminal (project dir):
flutter pub get
flutter run

How I can develop own app from this base source?

Author: lambiengcode