dart-archive / observe

Support for marking objects as observable, and getting notifications when those objects are mutated
https://pub.dartlang.org/packages/observe
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

create observe_transform and move transformer there #78

Open skybrian opened 9 years ago

skybrian commented 9 years ago

This is to remove the dependency on analyzer, which will allow the observe package to be used in low-level libraries. (Perhaps protobuf.)

(Previous discussion in #77.)