Skip to content

0.22.1+5

Latest
Compare
Choose a tag to compare
@nshahan nshahan released this 10 Dec 22:19
· 23 commits to master since this release
04eae7a

Fix generic type error that occurs when using ChangeNotifier with a subclass of
ChangeRecord. Previously, calling notifyChanges() on
class Foo with ChangeNotifier<CustomChangeRecord> {} would throw a type error.
Now, the changes stream emits a custom ChangeRecords class that implements
the List interface. This change is backwards compatible.