get_state 3.6.0 copy "get_state: ^3.6.0" to clipboard
get_state: ^3.6.0 copied to clipboard

discontinued

state management package based on dependency injection, use the MVVM pattern.(rename from ca_presentation)

3.6.0 2020/7/16 #

  • refactor(ViewModel): VM constructor support async init model. see: "ViewModel.vmCreate()"doc
  • remove(ViewModel): ViewModel.onInitState()
  • feat: support get_arch_core ">=0.6.1 <2.0.0"

3.5.1 2020/7/5 #

  • fix(ViewModel): Calling the "View.registerVM" multiple times will not repeat the registration; see: main4x1.dart

3.5.0 2020/7/4 #

  • remove : freezed_annotation package
  • feat(ViewModel): ViewModel.vmUpdate()add"bool forceUpdate"param

3.4.0 2020/6/24 #

  • feat: View level VM register, see: main4x1.dart
  • remove: VM async init.
  • feat: use freezed for Model, see: main5.dart

3.3.0 2020/5/31 #

  • fix: vmUpdate logic bug
  • feat: View can init Model in onInitState() with vmInitModel() see: main7.dart
  • add: check mounted before setState()
  • add: new example "main7.dart"

3.2.1 2020/5/25 #

  • feat: add onInitState() and onDispose() to ViewModel, To help you use some Controller

3.2.0+1 2020/5/25 #

  • fix: v3.2.0 is dev version, don't use.

3.2.0 2020/5/14 #

  • feat: add mixin"Recorder" for ViewModel, Allows toggling between historical states
  • refactor: rename "ViewModel.model" to "ViewModel.m"

3.1.0 2020/5/3 #

  • feat: Asynchronous initialization ViewMode
  • add(main5.dart): Corresponding examples

3.0.0 2020/5/3 #

  • rename from ca_presentation package
  • add: example
0
likes
40
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

state management package based on dependency injection, use the MVVM pattern.(rename from ca_presentation)

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, get_arch_core, get_it, rxdart

More

Packages that depend on get_state