Skip to content

Conversation

@guidezpl
Copy link
Member

@guidezpl guidezpl commented Jan 31, 2020

Fixes a bug with the slow motion setting a11y announcement

controller: _controller,
itemCount: widget.children.length,
itemBuilder: (context, index) => builder(index),
allowImplicitScrolling: true,
Copy link
Contributor

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?

Copy link
Member Author

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

Copy link
Member Author

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

Copy link
Contributor

@rami-a rami-a Jan 31, 2020

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

Copy link
Member Author

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

@guidezpl guidezpl requested review from clocksmith and johnsonmh and removed request for clocksmith and johnsonmh January 31, 2020 15:31
@guidezpl guidezpl changed the title [Gallery] Fix home a11y navigation [Gallery] Fix slow motion setting announcement Jan 31, 2020
Copy link
Contributor

@rami-a rami-a left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants