Request for accessibility considerations #14
Replies: 4 comments
-
Great idea. Luckily, Flutter's support for screen readers is pretty sweet using the Semantics class. This is a nice blog piece describing the process, just putting it out here. |
Beta Was this translation helpful? Give feedback.
-
Thank you for considering my Idea. And yes I am aware that flutter is fully accessible with screen readers. When I wanted to create a chess app I was unable to find any chess board package which was accessible with screen readers. That is my concern. So if a custom package for chess board will be used throughout the app make sure its accessible. Otherwise please consider creating a package which is accessible for all. I will be giving my feedbacks how ever and wherever I can. Thank you. |
Beta Was this translation helpful? Give feedback.
-
I started to do it here: bdadab6 Then plan is to make the app fully accessible, including all new features. Next step is to work on a way to make moves using a keyboard. |
Beta Was this translation helpful? Give feedback.
-
First of all thank you so much for considering the request. having keyboard
support is very good but I would also like to have following
functionality. I should be able to make moves just by clicking on source
square and target square. I appreciate each and every efforts which are
being made to improve accessibility. Thank you so much.
…On Fri, Dec 16, 2022, 8:08 PM Vincent Velociter ***@***.***> wrote:
I started to do it here: bdadab6
<bdadab6>
Then plan is to make the app fully accessible, including all new features.
Next step is to work on a way to make moves using a keyboard.
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS6PYTTRGSQQ6QDADAU7YLLWNR5HFANCNFSM6AAAAAAR7ZURI4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Lichess believes that everyone should be able to play chess regardless of the age, gender or disability. I am a visually challenged person. I think Lichess is the only major website which is accessible with screen readers. I would love to see mobile application which is accessible with screen readers for visually challenge people. Specially the chess board should be accessible. I should be able to click on a peace to select it and should be able to click a square to drop the peace there. moves should be announced by screen reader. I should be able to read Times of both players with screen reader. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions