-
Notifications
You must be signed in to change notification settings - Fork 7.8k
[Gallery] Fix slow motion setting announcement #301
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
gallery/gallery/lib/pages/home.dart
Outdated
controller: _controller, | ||
itemCount: widget.children.length, | ||
itemBuilder: (context, index) => builder(index), | ||
allowImplicitScrolling: true, |
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.
If i remember correctly, this flag was new and we couldn't use it yet because it wasn't in stable. Is this no longer the case?
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 wasn't sure, so I figured I'd let CI tell me
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.
Looks like it's in beta but not stable yet
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.
Ok, let's hold off on this until the next stable release then. Though feel free to do the other fix for slow motion
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.
cool, I'll repurpose this PR
This reverts commit cc8f233.
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 a bug with the slow motion setting a11y announcement