-
Notifications
You must be signed in to change notification settings - Fork 29.8k
[CupertinoActionSheet & AlertDialog] Improve documentation and type for scrollController parameters
#152647
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
|
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 "@test-exemption-reviewer" in the #hackers channel in Chat (don't just cc them here, they won't see it! Use 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. |
chunhtai
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
|
auto label is removed for flutter/flutter/152647, due to Pull request flutter/flutter/152647 is not in a mergeable state. |
|
auto label is removed for flutter/flutter/152647, due to - The status or check suite Linux_android_emu android views has failed. Please fix the issues identified (or deflake) before re-applying this label. |
…d type for `scrollController` parameters (flutter/flutter#152647)
…d type for `scrollController` parameters (flutter/flutter#152647)
…d type for `scrollController` parameters (flutter/flutter#152647)
…d type for `scrollController` parameters (flutter/flutter#152647)
…d type for `scrollController` parameters (flutter/flutter#152647)
…d type for `scrollController` parameters (flutter/flutter#152647)
…d type for `scrollController` parameters (flutter/flutter#152647)
Manual roll requested by stuartmorgan@google.com flutter/flutter@4ff9462...f10a497 2024-08-02 98614782+auto-submit[bot]@users.noreply.github.com Reverts "Shift Linux_build_test tests from MotoG4 to mokey (#152750)" (flutter/flutter#152755) 2024-08-02 zanderso@users.noreply.github.com Shift Linux_build_test tests from MotoG4 to mokey (flutter/flutter#152750) 2024-08-02 engine-flutter-autoroll@skia.org Roll Flutter Engine from b408111b976c to 077b6f057b69 (1 revision) (flutter/flutter#152745) 2024-08-02 32538273+ValentinVignal@users.noreply.github.com Add test for scaffold_state.show_bottom_sheet.0.dart (flutter/flutter#152731) 2024-08-02 engine-flutter-autoroll@skia.org Roll Flutter Engine from fe39ed980e74 to b408111b976c (6 revisions) (flutter/flutter#152739) 2024-08-02 engine-flutter-autoroll@skia.org Roll Flutter Engine from ab3f177fb61d to fe39ed980e74 (1 revision) (flutter/flutter#152721) 2024-08-02 engine-flutter-autoroll@skia.org Roll Flutter Engine from 1cbe88e8115e to ab3f177fb61d (4 revisions) (flutter/flutter#152718) 2024-08-01 engine-flutter-autoroll@skia.org Roll Flutter Engine from 17e3c7d520e7 to 1cbe88e8115e (5 revisions) (flutter/flutter#152707) 2024-08-01 nate.w5687@gmail.com Use `.fromMap()` constructors in example code (flutter/flutter#152535) 2024-08-01 jhy03261997@gmail.com Add more widgets to a11y assessment app (flutter/flutter#152662) 2024-08-01 engine-flutter-autoroll@skia.org Roll Flutter Engine from 230879c7936e to 17e3c7d520e7 (1 revision) (flutter/flutter#152703) 2024-08-01 jmccandless@google.com Explain that predictive back doesn't work with WillPopScope (flutter/flutter#152116) 2024-08-01 jmccandless@google.com SearchBar.scrollPadding (flutter/flutter#152635) 2024-08-01 jmccandless@google.com Quick docs grammar fixes (flutter/flutter#152700) 2024-08-01 engine-flutter-autoroll@skia.org Roll Flutter Engine from bbb2fcad4808 to 230879c7936e (1 revision) (flutter/flutter#152701) 2024-08-01 matanlurey@users.noreply.github.com Disable DDS and Dart profiling for Android driver tests. (flutter/flutter#152696) 2024-08-01 srawlins@google.com Remove one set of parens that wrap a single String literal (flutter/flutter#152031) 2024-08-01 engine-flutter-autoroll@skia.org Roll Flutter Engine from 7c4a44611abe to bbb2fcad4808 (3 revisions) (flutter/flutter#152694) 2024-08-01 bkonyi@google.com Fix bad pattern matching in DDS exception parsing (flutter/flutter#152685) 2024-08-01 engine-flutter-autoroll@skia.org Roll Packages from 46a712f to 27896d1 (7 revisions) (flutter/flutter#152693) 2024-08-01 dkwingsmt@users.noreply.github.com [CupertinoActionSheet & AlertDialog] Improve documentation and type for `scrollController` parameters (flutter/flutter#152647) 2024-08-01 38427679+xVemu@users.noreply.github.com Fix typo in CHANGELOG.md (flutter/flutter#152543) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages Please CC rmistry@google.com,stuartmorgan@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
…or `scrollController` parameters (flutter#152647) This PR: * Improves doc for `scrollController` parameters, replacing the unclear "typically unneeded" with better reasons. * Makes `scrollController` non-nullable on private classes, since they're always provided by their parents. * Remove a redundant parameter from a private class.
…or `scrollController` parameters (flutter#152647) This PR: * Improves doc for `scrollController` parameters, replacing the unclear "typically unneeded" with better reasons. * Makes `scrollController` non-nullable on private classes, since they're always provided by their parents. * Remove a redundant parameter from a private class.
…d type for `scrollController` parameters (flutter/flutter#152647)
…d type for `scrollController` parameters (flutter/flutter#152647)
This PR:
scrollControllerparameters, replacing the unclear "typically unneeded" with better reasons.scrollControllernon-nullable on private classes, since they're always provided by their parents.Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.