Skip to main content
Logo Appt Light

Accessibility announcement on Flutter

Users of assistive technologies should be made aware of important changes in content through accessibility announcements. What happens next depends on the active assistive technology. The screen reader for example, will read the message aloud.

With Flutter, you can post an accessibility message by using the SemanticsService object. Use the announce method to post an accessibility announcement.

SemanticsService.announce('Appt announcement', TextDirection.ltr);

Feedback?

Let us know!