cmdrootaccess / another-flushbar

A flexible widget for user notification. Customize your text, button, duration, animations and much more. For Android devs, it is made to replace Snackbars and Toasts.
https://pub.dev/packages/another_flushbar
MIT License
145 stars 88 forks source link

Flushbar does not meet WCAG 2.1 Status Message Criterion 4.1.3 #79

Closed aaronkelton closed 1 year ago

aaronkelton commented 2 years ago

The criteria for status messages at https://www.w3.org/WAI/WCAG21/Understanding/status-messages.html indicates that these flushbars should announce their contents when displayed on-screen (using phone features like iOS VoiceOver or Android TalkBack). At present, I do not believe these flushbars meet the accessibility criteria.

Repo with video recording demonstration in readme: https://github.com/aaronkelton/flushbar-accessibility-status-message

Is another_flushbar accessible out of the box, or are these criteria something worth supporting? At the moment I am considering swapping out the Flushbar widgets for something else due to a new client's requirements to pass an accessibility audit.

cmdrootaccess commented 1 year ago

hello, currently this is not supported but i can take a look at it