mvu_layer 0.1.12
mvu_layer: ^0.1.12 copied to clipboard
An Elm-inspired state management for leveraging benefits from the Elm architecture while still being Dart friendly.
0.1.12 #
- Support continuations on
doWithModel
0.1.11 #
- Extra
MsgBuilderwithTickerProvidersupport
0.1.10 #
- Helpers for command only continuations
0.1.9 #
- Helpers for command only dispatching
0.1.8 #
- New name constructor
modelinitialize theMessengerwith simple model
0.1.7 #
- New helper
ofModelFuncto use the latest model as argument of the function
0.1.6 #
- New helper
doWithModelto create actions using the latest model
0.1.5 #
- Support
onInitfunction for using theBuildContextwhen initialising
0.1.4 #
- Only call
setStatewhenmounted
0.1.3 #
- Downgrade
asyncto better compatibility
0.1.2 #
- Use sync dispatching for preventing race conditions or dead-locks
0.1.1 #
- Follow dartfmt conventions and better package description.
0.1.0 #
- Initial release
- Small but probably sufficient API surface.