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