Skip to content

Commit 44f2be7

Browse files
committed
0.1.1
1 parent 332ded0 commit 44f2be7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.1 - 2023-12-21
2+
3+
- `Element::build`: Always rebuild, unless there is a cached build already
4+
- Added mixin for stateful widgets
5+
16
## 0.1.0 - 2023-12-17
27

38
- `ComputedWidget`, `ComputedStatefulWidget`, `ComputedBuilder`, `ComputedFlutterMixin`

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.1.0
6+
version: 0.1.1
77

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

0 commit comments

Comments
 (0)