-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
e0-minutesEffort: < 60 minEffort: < 60 minp2-mediumNecessary but not urgent concern. Resolve when possible.Necessary but not urgent concern. Resolve when possible.t.a11yRelates to an accessibility concernRelates to an accessibility concern
Description
Page URL
https://docs.flutter.dev/accessibility-and-localization/accessibility/
Page source
Describe the problem
Under Screen Readers --> Browser, this page states:
Screen Readers users on web will need to toggle “Enable accessibility” button to build the semantics tree. Users can skip this step if you programmatically auto-enable accessibility for your app using this API:
RendererBinding.instance.setSemanticsEnabled(true)
However, it looks like the setSemanticsEnabled function is no longer a part of RendererBinding in flutter 3.10
Expected fix
Guide should provide up-to-date details on how to programmatically auto-enable accessibility for an app.
Additional context
No response
Metadata
Metadata
Assignees
Labels
e0-minutesEffort: < 60 minEffort: < 60 minp2-mediumNecessary but not urgent concern. Resolve when possible.Necessary but not urgent concern. Resolve when possible.t.a11yRelates to an accessibility concernRelates to an accessibility concern