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...
The usage example in the README calls the API this way: ```dart void main() async { // Must add this line. WidgetsFlutterBinding.ensureInitialized(); String feedURL = 'http://localhost:5002/appcast.xml'; await autoUpdater.setFeedURL(feedURL); await autoUpdater.checkForUpdates();...
First thanks for this library! Maybe I'm doing something wrong here but the list command doesn't seem to be working: ```sh m-android on android [$] is 📦 v2.8.0+142 via...