Skip to content

Commit a652ca2

Browse files
committed
chore: bump flutter_solidart to 2.7.2 and solidart_hooks to 3.1.2
Update dependencies to use solidart 2.8.4 with the Computed.untrackedValue fix.
1 parent 20c2a03 commit a652ca2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/flutter_solidart/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Changes from solidart
44

5-
- **REFACTOR**: Improve the Solidart DevTools extension by giving any signal an id and omit overriding the same signal by name.
5+
- **FIX**: Prevent `LateInitializationError` when accessing `Computed.untrackedValue` before first `value` access.
66

77
## 2.7.1
88

packages/flutter_solidart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
flutter:
1919
sdk: flutter
2020
meta: ^1.11.0
21-
solidart: ^2.8.2
21+
solidart: ^2.8.4
2222

2323
dev_dependencies:
2424
disco: ^1.0.0

packages/solidart_hooks/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Changes from solidart
44

5-
- **REFACTOR**: Improve the Solidart DevTools extension by giving any signal an id and omit overriding the same signal by name.
5+
- **FIX**: Prevent `LateInitializationError` when accessing `Computed.untrackedValue` before first `value` access.
66

77
## 3.1.1
88

0 commit comments

Comments
 (0)