这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@xianshijing-lk
Copy link
Contributor

This PR removed some of the error ignorances from analysis_options.yaml and fixed the warnings.

@xianshijing-lk
Copy link
Contributor Author

Hi @hiroshihorie and @cloudwebrtc , please review this PR.

Copy link
Member

@hiroshihorie hiroshihorie left a comment

Choose a reason for hiding this comment

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

LGTM for this pass, we can incrementally do more fixes.

Comment on lines 167 to 169
channel.invokeMethod('broadcastRequestActivation', <String, dynamic>{});
unawaited(channel.invokeMethod('broadcastRequestActivation', <String, dynamic>{}));
Copy link
Member

Choose a reason for hiding this comment

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

I think throwing errors won't propagate anymore, we might need to make broadcastRequestActivation() async.

Comment on lines -78 to +79
updateFromInfo(info);
// updateFromInfo() is sync, no need to wait here.
unawaited(updateFromInfo(info));
Copy link
Member

Choose a reason for hiding this comment

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

It's probably ok like this, but I might re-factor this part.

@hiroshihorie hiroshihorie merged commit 5b0e9f1 into main Oct 30, 2025
16 checks passed
@hiroshihorie hiroshihorie deleted the sxian/CLT-2211/fix_flutter_warnings branch October 30, 2025 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants