Add test case for removeWhere() functionality on ObservableList

1 file changed
tree: 03bd34449edf019df61087ecc1eabf0ca36c9dce
  1. lib/
  2. test/
  3. .analysis_options
  4. .gitignore
  5. AUTHORS
  6. CHANGELOG.md
  7. CONTRIBUTING.md
  8. LICENSE
  9. PATENTS
  10. pubspec.yaml
  11. 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.