You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v9.0.1: Enhanced fix_data.yaml for comprehensive Command subclass coverage
Added fix transformations for CommandAsync, CommandSync, and UndoableCommand
to ensure dart fix properly migrates deprecated API usage when commands are
accessed through property getters.
This resolves issues where some command usages weren't being fixed by dart fix
when the command instance came from a property getter rather than direct
variable access.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
[9.0.1] - 2025-11-14
2
+
3
+
### Fixes
4
+
5
+
-**Enhanced fix_data.yaml**: Added comprehensive coverage for all Command subclasses (`CommandAsync`, `CommandSync`, `UndoableCommand`) to ensure `dart fix` properly migrates deprecated API usage when commands are accessed through property getters
6
+
1
7
[9.0.0] - 2025-11-14
2
8
3
9
### Breaking Changes - API Terminology Migration (execute → run)
Copy file name to clipboardExpand all lines: pubspec.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: command_it
2
2
description: command_it is a way to manage your state based on `ValueListenable` and the `Command` design pattern. It is a rebranding of flutter_command.
0 commit comments