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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 0.2.0
2
+
3
+
- Adds `Future<AsyncCompleted<T>> cancelableAsyncOp<T>(Future<T> Function() work)` wrapper function to `Trent` class, allowing for the cancellation of optional async operations via `void reset({bool cancelAsyncOps = true})`. This helps prevent state leaking across sessions.
4
+
1
5
## 0.1.1
2
6
3
7
- Updates `TrentManager`'s `trents` field to be optional.
Copy file name to clipboardExpand all lines: pubspec.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: trent
2
2
description: A Flutter package for simple, scalable, and reactive state management with built-in dependency injection and efficient stream-based state handling.
0 commit comments