flutter_obs 1.2.3
flutter_obs: ^1.2.3 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.2.3 #
- fix: ObsBuilder刷新函数移除下一帧回调,修复页面不刷新bug
1.2.2 #
- chore: Obs添加重写toString方法
1.2.1 #
- feat: 继承ValueNotifier,并优化代码结构
1.2.0 #
- feat: ObsBuilder添加 watch 参数
- fix: 修复移除监听函数泄漏问题
1.1.1 #
- chore: Obs移除toString
1.1.0 #
- feat: Obs不再继承ValueNotifier,只实现Listenable接口
1.0.1 #
- chore: 精简Obs注释
1.0.0 #
- feat: 增强扩展性,支持flutter_hooks
0.0.2 #
- chore: 更新文档
0.0.1 #
- TODO: Describe initial release.