Skip to content

Commit

Permalink
4.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Drawner committed Nov 26, 2023
1 parent b9d27da commit fe60ec8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

## 4.8.4
## 4.8.5
November 26, 2023
- Allow for additional controllers to be added in a previous initAsync()
while (cnt < controllerList.length) {
cnt++;

## 4.8.3
November 26, 2023
Expand Down
1 change: 1 addition & 0 deletions lib/state_extended.dart
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ abstract class StateX<T extends StatefulWidget> extends State<StatefulWidget>
// Have it handled by an error handler.
rethrow;
}
cnt++;
}
_setStateAllowed = true;

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: state_extended
description: This class extends the capabilities of Flutter's State class and includes a controller.
version: 4.8.4
version: 4.8.5
homepage: https://www.andrioussolutions.com
repository: https://github.com/AndriousSolutions/state_extended

Expand Down

0 comments on commit fe60ec8

Please sign in to comment.