Skip to content

Commit 9e31326

Browse files
committed
0.1.0
1 parent 0bd7976 commit 9e31326

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.0 - 2023-12-17
2+
3+
- `ComputedWidget`, `ComputedStatefulWidget`, `ComputedBuilder`, `ComputedFlutterMixin`
4+
- Upgraded to Computed 0.3
5+
- `ValueListenable.react`
6+
- `Listenable.watch`
7+
18
## 0.0.1 - 2023-11-15
29

310
- Initial version

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Straightforward, reliable, performant and testable reactive state m
33

44
repository: https://github.com/mstniy/computed_flutter
55

6-
version: 0.0.1
6+
version: 0.1.0
77

88
environment:
99
sdk: ">=2.17.0 <4.0.0"

0 commit comments

Comments
 (0)