Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 18b9f51

Browse files
committed
fix
1 parent 06be833 commit 18b9f51

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[7.2.1] - 25.12.2024
2+
* logic fix
13
[7.2.0] - 25.12.2024
24
* adding `onSuccess` builder to the `CommandBuilder` and `isSuccess` to the `CommandResults` to make them easiery to use
35
if the Command doesn't return a value.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_command
22
description: flutter_command is a way to manage your state based on `ValueListenable` and the `Command` design pattern.
3-
version: 7.2.0
3+
version: 7.2.1
44
homepage: https://github.com/escamoteur/flutter_command
55

66
environment:

0 commit comments

Comments
 (0)