commit | 1174dec23db3d4df0fd044d8d9abac059abbb2e3 | [log] [tgz] |
---|---|---|
author | Nicholas Shahan <nshahan@google.com> | Thu May 03 09:15:16 2018 -0700 |
committer | GitHub <noreply@github.com> | Thu May 03 09:15:16 2018 -0700 |
tree | 213ef1dcc5ec3a777aee557ccbc895b136236700 | |
parent | ecfc06d69404c132884d9347a30974d3d850b201 [diff] |
Fix Dart2 runtime errors in tests Fixes #67
Support for detecting and being notified when an object is mutated.
An observable is a way to be notified of a continuous stream of events over time.
Some suggested uses for this library:
You may want to look at the former TC39 proposal Observe.observe, which was deprecated.
There are two general ways to detect changes:
Observable.changes
and be notified when an object changesDiffer.diff
to determine changes between two objects