Skip to content
New issue

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

Remove dependency on pedantic #1733

Closed
jonasfj opened this issue Sep 24, 2021 · 1 comment · Fixed by dart-lang/watcher#120
Closed

Remove dependency on pedantic #1733

jonasfj opened this issue Sep 24, 2021 · 1 comment · Fixed by dart-lang/watcher#120

Comments

@jonasfj
Copy link
Member

jonasfj commented Sep 24, 2021

unawaited is now in dart:async.

@jonasfj
Copy link
Member Author

jonasfj commented Sep 24, 2021

Users of package:watcher (or any package that uses watcher) will see:

$ dart pub get
Resolving dependencies... 
  pedantic 1.11.1 (discontinued replaced by lints)
Got dependencies!

When running dart pub get.


For discussion of warning against discontinued transitive dependencies, see dart-lang/pub#3145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants