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

Update minimum Flutter and Dart version to 3.13 and 3.1. #676

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

JSUYA
Copy link
Member

@JSUYA JSUYA commented Mar 11, 2024

This change is a continuation of this PR.
#675
This change will enable the lint option below and apply the changes.
And update the SDK version to apply these lint options.
This should be common to all plugins, so apply them together.

  • unnecessary_null_comparison
  • unawaited_futures
  • dangling_library_doc_comments
  • no_literal_bool_comparisons
  • unnecessary_library_directive
  • use_colored_box
  • use_enums
  • use_string_in_part_of_directives

packages/audioplayers/CHANGELOG.md Outdated Show resolved Hide resolved
packages/camera/CHANGELOG.md Outdated Show resolved Hide resolved
This change is a continuation of this PR.
flutter-tizen#675
This change will enable the lint option below and apply the changes.
And update the SDK version to apply these lint options.
This should be common to all plugins, so apply them together.

- unnecessary_null_comparison
- unawaited_futures
- dangling_library_doc_comments
- no_literal_bool_comparisons
- unnecessary_library_directive
- use_colored_box
- use_enums
- use_string_in_part_of_directives
@JSUYA JSUYA force-pushed the analysis_sync_2 branch from 6b6ede0 to 7dfa2c7 Compare March 13, 2024 10:05
@JSUYA JSUYA changed the title Updates minimum supported SDK version to Flutter 3.13/Dart 3.1 Update minimum Flutter and Dart version to 3.13 and 3.1. Mar 13, 2024
@JSUYA JSUYA merged commit 6bca21e into flutter-tizen:master Mar 14, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment