Miles Egan

Results 5 issues of 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...

bug

### 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...

c: crash
engine
platform-mac
a: desktop
a: production
needs repro info
team-engine

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...