mvvm 0.1.6 copy "mvvm: ^0.1.6" to clipboard
mvvm: ^0.1.6 copied to clipboard

outdated

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.6 #

  • 代码优化
  • 增加测试代码

0.1.5+1 #

  • 更新 README.md

0.1.5 #

  • 视图上下文 ViewContext 增加 disposeviewInitviewReady 方法
  • 视图模型 ViewModel 增加 disposeviewInitviewReady 方法
  • 视图 View 增加 disposeready 方法, 原有 buildCore 方法更名为 build, 原有 initView 方法更名为 init
  • 代码优化
  • 增加列表示例 example/lib/example_list.dart

0.1.4+1 #

  • 增加属性键 propertyKey 查找属性 Property 未找到时异常
  • 视图上下文 ViewContext 中增加任务功能
  • 视图 View 增加"流程管线"
  • 代码优化
  • 更新 example

0.1.4 #

  • 绑定属性 BindableProperty 增加 valueChanged 属性值变更后回调方法
  • 视图上下文 ViewContext 增加 adapt 辅助方法, 用于在 View 中动态创建适配到 Widget 的绑定属性
  • 视图上下文 ViewContext 增加 getValueForsetValueFor 辅助方法, 用于在 View 中手动获取或设置绑定属性值
  • 代码优化、完善文件头信息
  • 更新 example、README.md

0.1.3+4 #

  • 增加 AsyncViewModelPropertyresetOnBefore 参数功能

0.1.3+3 #

  • 代码优化

0.1.3+2 #

  • 代码优化
  • 更新 example

0.1.3+1 #

  • 代码优化

0.1.3 #

  • 完善代码注释文档
  • 增加 analysis_options.yaml
  • ViewModelproperty(..) 方法重命名为 propertyValue(..), propertyAdaptive 方法去除 TAdapteeValue 泛型参数
  • ValueNotifierAdapterTAdaptee 泛型参数约束调整
  • 更新 example
  • 更新 README.md

0.1.2+1 #

  • 增加代码注释文档

0.1.2 #

  • 拆分视图上下文 ViewContext 功能
  • 更新示例程序

0.1.1 #

  • 项目信息变更

0.1.0 #

  • 初始项目
36
likes
0
pub points
60%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on mvvm