-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
hello. I am a visually impaired person that uses what's called a screen reader. This means that I have things on the screen read out to me. Unfortunately, this app is hard to use because it seems that a lot of the tabs/buttons are icons only.
There is a class in flutter called Semantics that allows you to add labels (along with other things) to improve accessibility. for screen reader users. If it helps, I will list out the parts that aren't labeled.
- the tab list that allows you to do things like create an identity set the homepage, and other things like that. This needs to be labeled because as it stands, screen reader users have to memorize the order of the tabs.
- the buttons beside things like the identities and the currently open tabs.
the only thing you have to do is to wrap the widgets for the tabs and buttons in the Semantics widget.
I was going to do this myself, but I can't seem to get flutter to run the app or even build an apk.
Thank you for your time
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels