First commit of pkg/observable
21 files changed
tree: a3fec0c23b59cc741b36b0935cddb8ae9caa718a
  1. lib/
  2. test/
  3. .analysis_options
  4. .gitignore
  5. AUTHORS
  6. CONTRIBUTING.md
  7. LICENSE
  8. PATENTS
  9. pubspec.yaml
  10. README.md
README.md

Support for marking objects as observable, and getting notifications when those objects are mutated.

This library is used to observe changes to observable types. It also has helpers to make implementing and using observable objects easy.