We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unawaited is now in dart:async.
unawaited
dart:async
The text was updated successfully, but these errors were encountered:
Users of package:watcher (or any package that uses watcher) will see:
package:watcher
$ dart pub get Resolving dependencies... pedantic 1.11.1 (discontinued replaced by lints) Got dependencies!
When running dart pub get.
dart pub get
For discussion of warning against discontinued transitive dependencies, see dart-lang/pub#3145
Sorry, something went wrong.
drop package:pedantic, use package:lints (#120)
910b023
Fixes #119
drop package:pedantic, use package:lints (dart-lang/watcher#120)
94f545c
Fixes dart-lang/watcher#119
Successfully merging a pull request may close this issue.
unawaited
is now indart:async
.The text was updated successfully, but these errors were encountered: