-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Open
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)c: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-frameworkOwned by Framework teamOwned by Framework teamtriaged-frameworkTriaged by Framework teamTriaged by Framework team
Description
Use case
For iOS, the MediaQuery.of(context).disableAnimations
does not detect whether it is Reduce Motion on or off currently.
Thus, it would be very beneficial to expose the AccessibilityFeatures.reduceMotion
to MediaQueryData
so that the users can check the flag, Or, alternatively, we should make the disableAnimations
flag to reflect the reduceMotion
flag for iOS.
Proposal
Solution 1:
- Expose the
AccessibilityFeatures.reduceMotion
toMediaQueryData
Solution 2:
- Modify the
MediaQueryData.disableAnimations
flag to reflect on iOS's ReduceMotion flag.
dw2kim, jmacpherson, kennethj, lukepighetti, isaaclyman and 5 more
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)c: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-frameworkOwned by Framework teamOwned by Framework teamtriaged-frameworkTriaged by Framework teamTriaged by Framework team