You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to focus the flare widget with a screen reader --> impossible
How it should be
The Flare package should use Semantics. Every flare has a default value like 'unknown animation'. With the parameter semanticLabel developers can set a description of the flare animation.
/// A Semantic description of the image.
///
/// Used to provide a description of the image to TalkBack on Android, and
/// VoiceOver on iOS.
final String semanticLabel;
The text was updated successfully, but these errors were encountered:
Description
At the moment flares can't be detected by screen readers...
Demo
You can see that Talkback (Android screen reader) can't focus the flare widget.
Steps to reproduce
Code to reproduce
How it should be
The Flare package should use Semantics. Every flare has a default value like 'unknown animation'. With the parameter
semanticLabel
developers can set a description of the flare animation.You can see this behavior for images:
Docs (image):
The text was updated successfully, but these errors were encountered: