mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The following enum types in `embedder.h` must match with the corresponding Dart/C++ classes in `dart:ui` but some values are missing. - `FlutterAccessibilityFeature` - `FlutterSemanticsAction` - `FlutterSemanticsFlag` The comments say5a43c7cb8e/shell/platform/embedder/embedder.h (L83)5a43c7cb8e/lib/ui/window.dart (L784-L785)Issue: https://github.com/flutter/flutter/issues/101217