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

Fix fuzzy arrow warnings. #98

Open munificent opened 6 years ago

munificent commented 6 years ago

These will become an error in Dart 2.0. Context here:

https://github.com/dart-lang/sdk/issues/29630

I also went ahead and fixed a few other minor warnings while I was in here.