Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 736 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 736 Bytes

state_management_demo

Build Status

A demo for state management of Flutter application using Provider and StreamBuilder.

Getting Started

There are 3 tabs in the demo:

  • Tab1: Using ChangeNotifierProvider to notify value to widgets.
  • Tab2: Show issue of ChangeNotifierProvider when using multi-value
  • Tab3: Solve Tab2's problem by using StreamBuilder.

Please refer to my post on Medium to get explain more details

Authors