mvvm 0.1.3+4 mvvm: ^0.1.3+4 copied to clipboard
A Flutter MVVM. It uses property-based data binding to establish a connection between the ViewModel and the View, and drives the View changes through the ViewModel.
0.1.3+4 #
- 增加
AsyncViewModelProperty
类resetOnBefore
参数功能
0.1.3+3 #
- 代码优化
0.1.3+2 #
- 代码优化
- 更新 example
0.1.3+1 #
- 代码优化
0.1.3 #
- 完善代码注释文档
- 增加
analysis_options.yaml
ViewModel
中property(..)
方法重命名为propertyValue(..)
,propertyAdaptive
方法去除TAdapteeValue
泛型参数ValueNotifierAdapter
中TAdaptee
泛型参数约束调整- 更新 example
- 更新 README.md
0.1.2+1 #
- 增加代码注释文档
0.1.2 #
- 拆分视图上下文(ViewContext)功能
- 更新示例程序
0.1.1 #
- 项目信息变更
0.1.0 #
- 初始项目