chore(deps): update dev dependency flutter_lints to 5.0.0, solve warnings #2292
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Update
lints
andflutter_lints.
to version5.0.0
avoid_web_libraries_in_flutter
to prevent using dart built-in web libraries in non-web flutter plugin which might cause build failure for non-web platforms if conditional import is not used. This warning will only occur for web imports from Dart and doesn't support web. Building the example app in CI is still needed.error
block ignore since it doesn't produce any errors or warnings anymore, seems outdatedflutter_lints
(development dependency) for all packages exceptdart_quill_delta
.This is not a breaking change and is used only during development.