mvi 1.0.6
mvi: ^1.0.6 copied to clipboard
A Flutter package that applies the MVI architectural pattern to help manage app state and logic in a structured and maintainable way.
1.0.6 #
- Log information about the ViewModel when debugLabel is not null
1.0.5 #
- Simplify code
1.0.4 #
- Add debugLabel property to the view model
- Add debugLabel parameter support to the select method
- Improve the example
1.0.3 #
- Use signals_flutter instead of signals as dependency
- Export Watch from signals_flutter
1.0.2 #
- Add cast method to BaseState
1.0.1 #
- Refactor some code and add more tests.
1.0.0 #
- Initial release.