flutter_command 2.0.0 flutter_command: ^2.0.0 copied to clipboard
flutter_command is a way to manage your state based on `ValueListenable` and the `Command` design pattern.
[2.0.0] - 03.03.2021 #
- finished null safety migration
- thrownExceptions only notifies its listeners now when a error happens and not also when it is reset to null at the beginning of a command
[1.0.0-nullsafety.1] - 15.02.2021 #
- Added
toWidget()
extension method onCommandResult
[0.9.2] - 25.10.2020 #
- Added
executeWithFuture
to use withRefreshIndicator
- Added
toWidget()
method
[0.9.1] - 24.08.2020 #
- Shortened package description in pubspec
[0.9.0] - 24.08.2020 #
- Initial official release