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
pedantic
The pedantic library is considered deprecated : see https://github.com/google/pedantic#readme .
There are migration instructions here : https://github.com/dart-lang/lints#migrating-from-packagepedantic .
unawaited is now available natively as part of dart:async so we could maybe rely on it instead, and remove the pedantic dependency all together ?
unawaited
dart:async
Thanks !
The text was updated successfully, but these errors were encountered:
Thanks @tsimbalar! Good to know! Happy to receive a PR is someone is up to the task! Adding Good first issue label just in case want to tackle this.
Good first issue
Sorry, something went wrong.
refactor(deps): remove pedantic dependency in favor of flutter_lints
flutter_lints
0a46ade
`pedantic` is deprecated, and has been superseeded by `flutter_lints` See also : - Introducing `flutter_lints` https://docs.flutter.dev/release/breaking-changes/flutter-lints-package - Migration instructions : https://github.com/dart-lang/lints#migrating-from-packagepedantic fixes koa-health#8
here you go :
deps: remove dependency to pedantic (#9)
4c897b9
* refactor(deps): remove `pedantic` dependency in favor of `flutter_lints` `pedantic` is deprecated, and has been superseeded by `flutter_lints` See also : - Introducing `flutter_lints` https://docs.flutter.dev/release/breaking-changes/flutter-lints-package - Migration instructions : https://github.com/dart-lang/lints#migrating-from-packagepedantic fixes #8 * chore(version): bumped to 4.0.1 no new functionality or expected changes, so just a patch version.
tsimbalar
Successfully merging a pull request may close this issue.
The
pedantic
library is considered deprecated : see https://github.com/google/pedantic#readme .There are migration instructions here : https://github.com/dart-lang/lints#migrating-from-packagepedantic .
unawaited
is now available natively as part ofdart:async
so we could maybe rely on it instead, and remove thepedantic
dependency all together ?Thanks !
The text was updated successfully, but these errors were encountered: