flutter_arch 1.1.0
flutter_arch: ^1.1.0 copied to clipboard
flutter app arch component include ViewModel LiveData and BaseViewState, which is used to decouple business logic and UI..
change log #
1.0.0 #
- flutter app arch component include ViewModel LiveData and BaseViewState, which is used to decouple business logic and UI.
1.0.1 #
- add README.md and CHANGELOG.md
1.0.2 #
- add example
1.0.3 #
-
add doc and format code
1.0.4 #
- Fix bug
1.1.0 #
- 优化架构组件 setValue 的值相同时不会触发更新,ViewModel 添加 setState 方法用于更新 BaseViewState。
- 添加基于 MVVM 架构页面基类
- 添加基于架构组件的 事件总线
- 内存本地双缓存且可观测的全局状态
- 全局的异步阻塞交互的 loading
- toast 组件