mvu_layer 0.1.8 mvu_layer: ^0.1.8 copied to clipboard
An Elm-inspired state management for leveraging benefits from the Elm architecture while still being Dart friendly.
0.1.8 #
- New name constructor
model
initialize theMessenger
with simple model
0.1.7 #
- New helper
ofModelFunc
to use the latest model as argument of the function
0.1.6 #
- New helper
doWithModel
to create actions using the latest model
0.1.5 #
- Support
onInit
function for using theBuildContext
when initialising
0.1.4 #
- Only call
setState
whenmounted
0.1.3 #
- Downgrade
async
to 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.