tag | f3fed75f91af827a3d126fdd63e475be372e907a | |
---|---|---|
tagger | Kevin Moore <kevmoo@google.com> | Mon Jul 23 11:42:13 2018 -0700 |
object | 8755ee477b2475ec7adcae64b5e5621c23f077b6 |
commit | 8755ee477b2475ec7adcae64b5e5621c23f077b6 | [log] [tgz] |
---|---|---|
author | Kevin Moore <kevmoo@users.noreply.github.com> | Mon Jul 23 11:41:27 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Jul 23 11:41:27 2018 -0700 |
tree | 21fbe991609bfd48e2ff9f8dc9bac47e261a2dc6 | |
parent | 7b35bf763410714a0963acfd101ccdc54618cbc4 [diff] |
Support Dart 2 stable, prepare to release 0.22.1+4 (#75)
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