tree: 9c3f65c2e92f187163ecee1152ef3ff1671d02ab [path history] [tgz]
  1. lib/
  2. tool/
  3. .analysis_options
  4. .gitignore
  5. .travis.yml
  6. AUTHORS
  7. BUILD.gn
  8. CHANGELOG.md
  9. CONTRIBUTING.md
  10. LICENSE
  11. PATENTS
  12. pubspec.yaml
  13. README.md
pub/observable/README.md

Support for detecting and being notified when an object is mutated.

There are two general ways to detect changes:

  • Listen to Observable.changes and be notified when an object changes
  • Use Differ.diff to determine changes between two objects