fix: Removed helper method from Scaffold#99714
fix: Removed helper method from Scaffold#99714guidezpl merged 11 commits intoflutter:masterfrom albertodev01:scaffold_fix
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
@albertodev01 LGTM could you request a text-exemption from @Hixie on Discord. Thank you! |
|
test-exempt: code refactor with no semantic change |
Piinks
left a comment
There was a problem hiding this comment.
LGTM - it looks like the Google testing shard is stuck. Can you update your branch with the latest from master and push to refresh? Thank you!
|
This pull request is not suitable for automatic merging in its current state.
|
|
Hey @albertodev01 it looks like this needs to be rebased rather than merged. |
* Update autofill.dart * fix: removed helper method Co-authored-by: Pierre-Louis Guidez <[email protected]>
This PR fixes #99712 by replacing a helper method with an actual widget inside the
buildmethodIf you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].
Pre-launch Checklist
///).