This repository was archived by the owner on Mar 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11## 0.22.1+5
22
3- Fix generic type error that occurs when using ChangeNotifier with a subclass of ChangeRecord.
4- Previously, calling ` notifyChanges() ` on ` class Foo with ChangeNotifier<CustomChangeRecord> {} `
5- would throw a type error. Now, the ` changes ` stream emits a custom ` ChangeRecords ` class that
6- implements the ` List ` interface. This change is backwards compatible.
3+ Fix generic type error that occurs when using ChangeNotifier with a subclass of
4+ ChangeRecord. Previously, calling ` notifyChanges() ` on
5+ ` class Foo with ChangeNotifier<CustomChangeRecord> {} ` would throw a type error.
6+ Now, the ` changes ` stream emits a custom ` ChangeRecords ` class that implements
7+ the ` List ` interface. This change is backwards compatible.
78
89## 0.22.1+4
910
Original file line number Diff line number Diff line change 11name : observable
2- version : 0.22.1+4
2+ version : 0.22.1+5
33author : Dart Team <misc@dartlang.org>
44description : Support for marking objects as observable
55homepage : https://github.com/dart-lang/observable
@@ -11,8 +11,8 @@ dependencies:
1111 meta : ^1.0.4
1212 quiver : ' >=0.24.0 <3.0.0'
1313dev_dependencies :
14- build_runner : ' >=0.8.0 <0.10 .0'
14+ build_runner : ' >=0.8.0 <2.0 .0'
1515 build_test : ^0.10.0
16- build_web_compilers : ' >=0.3.1 <0.5 .0'
16+ build_web_compilers : ' >=0.3.1 <2.0 .0'
1717 dart_style : ^1.0.9
1818 test : ^1.3.0
You can’t perform that action at this time.
0 commit comments