Miles Egan
Miles Egan
This adds support for specifying accessibility labels for text fields. This is important not only for accessibility but also for automated UI testing. I can extend this to add accessibility...
**Description** The LazyIndexedStack can crash if the length of `children` changes. **Steps To Reproduce** 1. Render the widget. 2. Change the length of `children` and then change the index to...
### Steps to reproduce Unfortunately I don't have a simple reproduction step for this. There seems to be some kind of race condition initializing the flutter engine. Once in every...