dart-lang / watcher

A file system watcher library for Dart.
https://pub.dev/packages/watcher
BSD 3-Clause "New" or "Revised" License
138 stars 35 forks source link

Remove unused dart:async imports. #94

Closed srawlins closed 3 years ago

srawlins commented 4 years ago

As of Dart 2.1, Future/Stream have been exported from dart:core.

srawlins commented 3 years ago

Travis looks mad about an existing issue?

kevmoo commented 3 years ago

Travis looks mad about an existing issue?

this looks fine to land – unrelated thing we should also fix