Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
escamoteur committed Dec 25, 2024
1 parent 06be833 commit 18b9f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[7.2.1] - 25.12.2024
* logic fix
[7.2.0] - 25.12.2024
* adding `onSuccess` builder to the `CommandBuilder` and `isSuccess` to the `CommandResults` to make them easiery to use
if the Command doesn't return a value.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_command
description: flutter_command is a way to manage your state based on `ValueListenable` and the `Command` design pattern.
version: 7.2.0
version: 7.2.1
homepage: https://github.com/escamoteur/flutter_command

environment:
Expand Down

0 comments on commit 18b9f51

Please sign in to comment.