Ari Weiland
Ari Weiland
> They are just not announced as "dimmed" (or similar). This is a major usability bug for accessibility users. > AFAICT, this has always been the case, so it doesn't...
One thing I find particularly difficult regarding the `FlutterEngine` initialization is that it has to be done on the main thread. From my digging through the code, I believe it...
https://docs.flutter.dev/add-to-app/android/add-flutter-screen also has no information about using a `FlutterFragment` instead of a `FlutterActivity`. There a lot of strong reasons why add-to-app use cases would prefer a Fragment-based integration over an...
That's interesting. One solution to that is to dispose of the `FlutterEngine`. Since we migrated to a singleton `FlutterEngine` and a less-add-to-app configuration, we never want to lose the widget...
Looks like https://github.com/flutter/flutter/pull/130841 got reverted, can this issue be reopened?