-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Extract the WindowInsetsAnimation.Callback subclass into a separate class that will be lazily loaded #21548
Conversation
d763bf7
to
700c7ca
Compare
this.view = view; | ||
} | ||
|
||
void install() { |
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.
Quick docs here please 😀
view.setOnApplyWindowInsetsListener(this); | ||
} | ||
|
||
void remove() { |
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.
And here
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.
LGTM, thanks!
…lass that will be lazily loaded WindowInsetsAnimation.Callback was introduced in API level 30. This PR moves the text input plugin's WindowInsetsAnimation.Callback subclass into a class that will only be loaded if the embedding has checked for a sufficient API level. See flutter/flutter#66908
700c7ca
to
9c524a6
Compare
…parate class that will be lazily loaded (flutter/engine#21548)
…parate class that will be lazily loaded (flutter/engine#21548)
…parate class that will be lazily loaded (flutter/engine#21548)
…parate class that will be lazily loaded (flutter/engine#21548)
…parate class that will be lazily loaded (flutter/engine#21548)
…parate class that will be lazily loaded (flutter/engine#21548)
…parate class that will be lazily loaded (flutter/engine#21548)
…parate class that will be lazily loaded (flutter/engine#21548)
…parate class that will be lazily loaded (flutter/engine#21548)
…parate class that will be lazily loaded (flutter/engine#21548)
…parate class that will be lazily loaded (flutter/engine#21548)
…parate class that will be lazily loaded (flutter/engine#21548)
…parate class that will be lazily loaded (flutter/engine#21548)
…lass that will be lazily loaded (flutter#21548) WindowInsetsAnimation.Callback was introduced in API level 30. This PR moves the text input plugin's WindowInsetsAnimation.Callback subclass into a class that will only be loaded if the embedding has checked for a sufficient API level. See flutter/flutter#66908
* Update Dart to 2.10.1 * Extract the WindowInsetsAnimation.Callback subclass into a separate class that will be lazily loaded (#21548) WindowInsetsAnimation.Callback was introduced in API level 30. This PR moves the text input plugin's WindowInsetsAnimation.Callback subclass into a class that will only be loaded if the embedding has checked for a sufficient API level. See flutter/flutter#66908 * iOS: only add explicit transactions when there are platform views (only on main threads) (#21526) * update licenses golden * pin framework for build tests Co-authored-by: Jason Simmons <[email protected]> Co-authored-by: Chris Yang <[email protected]>
…lass that will be lazily loaded (flutter#21548) WindowInsetsAnimation.Callback was introduced in API level 30. This PR moves the text input plugin's WindowInsetsAnimation.Callback subclass into a class that will only be loaded if the embedding has checked for a sufficient API level. See flutter/flutter#66908
WindowInsetsAnimation.Callback was introduced in API level 30. This
PR moves the text input plugin's WindowInsetsAnimation.Callback subclass
into a class that will only be loaded if the embedding has checked for a
sufficient API level.
See flutter/flutter#66908