long1eu / material_pickers

MIT License
102 stars 12 forks source link

Adds override for barrierLabel getter that is required in the newest flutter master channel builds #4

Closed latesr closed 6 years ago

latesr commented 6 years ago

barrierLabel is a string that is read out when it receives focus in accessibility mode. I'm not clear on how to test this. However, "Dismiss" seems like an appropriate message, and it now compiles and runs in standard (non-accessibility) mode, whereas it was failing to compile previously.