Skip to content

can you please add semantic labels to improve accessibility for screen readers? #66

@crentava

Description

@crentava

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions