mvi 1.0.4
mvi: ^1.0.4 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.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.