Skip to main content


Writing your first app with #Flutter — now with screen reader references / demo included: https://docs.flutter.dev/get-started/codelab
#a11y
in reply to victor tsaran

Hello! Could you advise me regarding some documentation for Flutter I could show to a sighted developer with a fair amount of general experience who would like to make his apps more accessible? In particular, we are not sure how to implement native iOS behaviour like a Back button that reacts to the two finger Back gesture or refreshing with three-fingers-downwards swipe. I did my Google searching but could only find some starting material. Thanks a lot.
in reply to Paweł Masarczyk

@Piciok Not everything you want to do may be possible, but everything in Flutter starts with semantic tree. I hope this article helps: https://www.didierboelens.com/2018/07/semantics/.
Also, the general #a11y #flutter documentation can be found here: https://docs.flutter.dev/development/accessibility-and-localization/accessibility