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

Zone.strong #96

Closed floitschG closed 7 years ago

floitschG commented 7 years ago

The dart:async zone API is in the process of becoming strong-mode clean. This patch fixes a breakage introduced by this change.

floitschG commented 7 years ago

PTAL.

floitschG commented 7 years ago

Added a changelog entry.