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

Fails to Pass Pub.dev Static Analysis #19

Open
getBoolean opened this issue Nov 1, 2022 · 1 comment
Open

Fails to Pass Pub.dev Static Analysis #19

getBoolean opened this issue Nov 1, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@getBoolean
Copy link

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".

brave_Pkpwu9mZXP

Expectation

Should pass static analysis.

More information

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

50GestureBinding.instance?.pointerSignalResolver
   │                              ^^
@getBoolean getBoolean added the bug Something isn't working label Nov 1, 2022
@getBoolean
Copy link
Author

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.

It only works if I set build_runner to any and remove dart_doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant