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
Package published on pub.dev
Checking Scores tab,
The package failed to pass static analysis, and supported platforms shows as "Unknown Platforms".
Expectation
Should pass static analysis.
Excerpt from the failure description:
Found 3 issues. Showing the first 2:
ERROR: The named parameter 'manager' isn't defined.
lib/src/widgets/shortcuts/shortcuts.dart:49:7
╷ 49 │ manager: manager, │ ^^^^^^^ ╵
WARNING: The receiver can't be null, so the null-aware operator '?.' is unnecessary.
lib/src/core/scrolling/pointer_scroll_detector.dart:50:30
╷ 50 │ GestureBinding.instance?.pointerSignalResolver │ ^^ ╵
The text was updated successfully, but these errors were encountered:
I tried to clone the repo locally and find the 3rd issue, but I am getting a dependency conflict when I try to do flutter pub get.
flutter pub get
It only works if I set build_runner to any and remove dart_doc.
build_runner
any
dart_doc
Sorry, something went wrong.
No branches or pull requests
Given
Package published on pub.dev
When
Checking Scores tab,
Then
The package failed to pass static analysis, and supported platforms shows as "Unknown Platforms".
Expectation
Should pass static analysis.
More information
Excerpt from the failure description:
The text was updated successfully, but these errors were encountered: