File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
2323dev_dependencies :
2424 disco : ^1.0.0
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments