-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Conversation
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.
Does the gallery write tests?
// the gallery need to be audited before enabling this feature, | ||
// see https://github.com/flutter/gallery/issues/523 | ||
scrollBehavior: | ||
const MaterialScrollBehavior().copyWith(scrollbars: false), |
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 think the error presented itself in other demo apps in the gallery as well. We recently changed the default PrimaryScrollController behavior (flutter/flutter#102099) to better avoid that error in general, so it may be ok.
I think the Shrine app was one that also had this issue.
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.
Ah I see. Can't repro on Shrine anymore.
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.
Fab!
There are integration tests that open all the demos. |
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!
Fixes #523
I can't repro the original issue, but out of caution, I've set
primary: false
on the secondary scrollable on the home screen.