Skip to content

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

Merged
JSUYA merged 1 commit into
flutter-tizen:masterfrom
JSUYA:analysis_sync_2
Mar 14, 2024
Merged

Update minimum Flutter and Dart version to 3.13 and 3.1.#676
JSUYA merged 1 commit into
flutter-tizen:masterfrom
JSUYA:analysis_sync_2

Conversation

@JSUYA

Copy link
Copy Markdown
Member

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

Comment threadpackages/audioplayers/CHANGELOG.md Outdated
Comment threadpackages/camera/CHANGELOG.md Outdated
Comment threadpackages/in_app_purchase/lib/src/in_app_purchase_tizen_platform.dart Outdated
Comment threadpackages/tizen_rpc_port/example/server/lib/message_server.dart Outdated
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
@JSUYAJSUYA changed the title Updates minimum supported SDK version to Flutter 3.13/Dart 3.1Update minimum Flutter and Dart version to 3.13 and 3.1.Mar 13, 2024
@JSUYA
JSUYA merged commit 6bca21e into flutter-tizen:masterMar 14, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment