Fix static analysis issues in custom_lint#301
Fix static analysis issues in custom_lint#301mishkov wants to merge 2 commits intoinvertase:mainfrom
Conversation
|
@mishkov is attempting to deploy a commit to the Invertase Team on Vercel. A member of the Team first needs to authorize it. |
|
To view this pull requests documentation preview, visit the following URL: docs.page/invertase/dart_custom_lint~301 Documentation is deployed and generated using docs.page. |
|
This requires bumping the minimum version of various dependencies ; as the changes rely on new features. Could you do that? |
|
I've bumped versions of related package. Also I've tried to run tests (on main branch and on my branch) but it fails with following output. Is it okay? Maybe I can fix it? Test output (I've included only beginning)
% dart test test/ Usage: dart <command|dart-file> [arguments] Global options: Available commands: Run "dart help " for more information about a command. 00:00 +0 -3: loading test/error_report_test.dart [E] |
|
This has been sorted in a different PR, but thanks! |
Issue
When I run
flutter analyzein my Flutter app I always see annoying output logs related tocustom_lintpackage so I decided to fix the issue by this PRPub.dev ratings
Also this PR should increase pub.dev scores 😁