netdur / flutter_simple_arch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Arch step one

This has 3 state management examples

  • state going down deep within parent/child widgets
  • specific state management (AuthState)
  • global state management

notes

  • This has simple source structure in form of modules
  • I have avoided using external dependency
  • using Stream, Instances and InheritedWidget

About

License:MIT License


Languages

Language:Dart 84.9%Language:Objective-C 10.4%Language:Kotlin 4.7%