table_calendar
table_calendar copied to clipboard
Focus Tab traversal - keyboard accessibility
For now, I cannot implement a full keyboard accessibility application because table_calendar does not support a focus system, especially a tab traversal policy. Now when I press the tab key on the keyboard I can pass through my widgets but the calendar are skipped because it doesn't support the focus system.
It would be great if you would implement tab traversal and focus policy in your features. Regarding to Flutter rules: Understanding Flutter's keyboard focus system Changing GestureDetector to InkWell or wrapping some widgets in the Focus widget may help to achieve focus/tab traversal working.
The same situation is for screen readers. Wrapping some widgets in the Semantics widget would also help in this.
Any work on this?
Is there any news?