OPENER-next / OpenStop

App for collecting OpenStreetMap-compliant accessibility data in public transport
https://openstop.app
GNU General Public License v3.0
76 stars 13 forks source link

Implementing Accessibility for screen readers #217

Closed yulieth9109 closed 9 months ago

Robbendebiene commented 10 months ago

lib/api/offline_geocoder.g.dart should not be committed.

Also perhaps now is a good point to update your branch with the latest changes from master. (we removed the map selector so you only have to remove some of your code)

7h30n3 commented 10 months ago

Regarding the closing of the drawer on Android when TalkBack is active: https://github.com/flutter/flutter/issues/1715#issuecomment-311806274

It is explicitly excluded on Android (see https://github.com/flutter/flutter/pull/48841) instead the user is supposed to use the system navigation bar back button.