Skip to content

Fix CI failures: analysis_options drift and dart_analyze lint issues - #1086

Open
seungsoo47 wants to merge 5 commits into
flutter-tizen:masterfrom
seungsoo47:ci-analysis-options-sdk-drift
Open

Fix CI failures: analysis_options drift and dart_analyze lint issues#1086
seungsoo47 wants to merge 5 commits into
flutter-tizen:masterfrom
seungsoo47:ci-analysis-options-sdk-drift

Conversation

@seungsoo47

@seungsoo47 seungsoo47 commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

These CI failures started appearing after upgrading to the latest stable Flutter SDK, which now auto-migrates analysis_options.yaml on pub get and enforces stricter lint rules.

  • Exclude build/platform dirs in analysis_options.yaml
  • camera: await stopVideoRecording() in try block
  • tizen_bundle: ignore false-positive collection_methods_unrelated_type
  • google_maps_flutter: use super.key instead of Key? param
  • flutter_inappwebview: fix print/const/super-param/mounted-check lint issues

@JSUYA JSUYA left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basically, you must synchronize the root's analysis_options.yaml with flutter/packages(or _plus packages)'s analysis_options.yaml.
And, you must synchronize it with the analysis_options.yaml of each package's frontend package.

If a frontend package does not support version 3.47.0, you must describe this separately and fix the Analyze CI errors based on analysis rules.
We should not create unnecessary code diffs.

Of course, Tizen packages can modify their code.

@JSUYA

JSUYA commented Aug 14, 2026

Copy link
Copy Markdown
Member

#1088

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants