mvu_layer 0.1.6
mvu_layer: ^0.1.6 copied to clipboard
An Elm-inspired state management for leveraging benefits from the Elm architecture while still being Dart friendly.
0.1.6 #
- New helper
doWithModelto do 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.