flutter_obs 1.3.1
flutter_obs: ^1.3.1 copied to clipboard
a easy flutter state management, the source code is less than 100, but you can use it to implement global and local states
1.3.1 #
- chore: remove flutter_hook and useObs function
1.3.0 #
- feat: add auto argument, allows users to manually control widget refresh
1.2.6 #
- feat: Obs instance add watch and immediate Parameter
1.2.4 #
- chore: update example and desc
1.2.3 #
- fix: ObsBuilder notify fun remove addPostFrameCallback, Because it may cause the page not to refresh
1.2.2 #
- chore: Obs add toString (roll-back)
1.2.1 #
- feat: extended ValueNotifier (roll-back)
1.2.0 #
- feat: ObsBuilder add watch attr
- fix: fix remove listen fun leakage bug
1.1.1 #
- chore: Obs remove toString
1.1.0 #
- feat: Obs don't extended ValueNotifier,only impl Listenable接口
1.0.1 #
- chore: simplify Obs docs
1.0.0 #
- feat: enhanced scalability,support flutter_hooks
0.0.2 #
- chore: update docs
0.0.1 #
- TODO: Describe initial release.