Skip to content

Conversation

@swift-kim
Copy link
Member

This is a continuation of #541. The analysis_options.yaml in this repo will exactly match the analysis_options.yaml in flutter/packages after this change.

Related commits:

@swift-kim swift-kim force-pushed the analysis-options-230307 branch from 29f220c to 9650076 Compare March 20, 2023 05:27
Copy link
Contributor

@upple upple left a comment

Choose a reason for hiding this comment

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

tizen_rpc_port reviewed. 👍

@bbrto21
Copy link
Contributor

bbrto21 commented Mar 21, 2023

please, rebase master

final dynamic position =
await _invokeChannelMethod<dynamic>('getScrollPosition');
final Map<Object?, Object?>? position =
await _invokeChannelMethod<Map<Object?, Object?>?>('getScrollPosition');
Copy link
Member Author

Choose a reason for hiding this comment

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

A better practice is to use MethodChannel.invokeMapMethod, but for now we keep using _invokeChannelMethod.

@swift-kim swift-kim force-pushed the analysis-options-230307 branch from 44a1b64 to 69555d2 Compare March 22, 2023 02:46
Copy link
Member

@JSUYA JSUYA left a comment

Choose a reason for hiding this comment

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

I checked the changes related to the webview.

@github-actions github-actions bot added the tools label Mar 23, 2023
@swift-kim swift-kim force-pushed the analysis-options-230307 branch from e90772a to a715b25 Compare March 23, 2023 02:46
@swift-kim swift-kim force-pushed the analysis-options-230307 branch from a715b25 to 307521b Compare March 23, 2023 05:53
@swift-kim swift-kim merged commit f72736e into flutter-tizen:master Mar 24, 2023
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.

4 participants