observable 0.16.0 copy "observable: ^0.16.0" to clipboard
observable: ^0.16.0 copied to clipboard

outdatedDart 1 only

Support for marking objects as observable

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