-
Notifications
You must be signed in to change notification settings - Fork 52
More analysis_options alignment #543
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
More analysis_options alignment #543
Conversation
33142a4 to
632cf12
Compare
29f220c to
9650076
Compare
upple
left a comment
There was a problem hiding this 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. 👍
|
please, rebase master |
9650076 to
4e0e112
Compare
| final dynamic position = | ||
| await _invokeChannelMethod<dynamic>('getScrollPosition'); | ||
| final Map<Object?, Object?>? position = | ||
| await _invokeChannelMethod<Map<Object?, Object?>?>('getScrollPosition'); |
There was a problem hiding this comment.
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.
44a1b64 to
69555d2
Compare
JSUYA
left a comment
There was a problem hiding this 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.
e90772a to
a715b25
Compare
a715b25 to
307521b
Compare
This is a continuation of #541. The
analysis_options.yamlin this repo will exactly match theanalysis_options.yamlin flutter/packages after this change.Related commits: