-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Rename WindowPadding to ViewPadding #121152
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
Conversation
| @@ -0,0 +1,32 @@ | |||
| # Copyright 2014 The Flutter Authors. All rights reserved. | |||
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.
@Piinks Is there anything else I need to do when writing the first fix for a new library? I also added tests in packages/flutter/test_fixes/painting/.
loic-sharma
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.
Changes look good! Consider getting a second review from someone that's done a Dart fix before if you have any concerns with the YAML. Otherwise, ![]()
Piinks
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.
LGTM!
| # https://dart.dev/go/data-driven-fixes. | ||
|
|
||
| # * Fixes in this file are [for CLASS] from the <XXX> library. * | ||
| # * Fixes in this file are from the Gestures library. * |
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.
Whoops. :)
Follow-up to flutter/engine#39737.
Part of #116929.