mvvm 0.1.3+3 copy "mvvm: ^0.1.3+3" to clipboard
mvvm: ^0.1.3+3 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.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
52%
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