mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Uncomments the Java Flag.IS_MULTILINE and C++ SemanticsFlag.kIsMultiline enum values. While these values aren't used in the Android or iOS embeddings, in practice we maintain the same set of enum values across all embeddings so as to match the public API defined in dart:ui, found in lib/ui/semantics/semantics.dart. This also helps with automated checking that all enums across all languages are consistent. This will be added to the embedder API in https://github.com/flutter/engine/pull/32332. Issue: https://github.com/flutter/flutter/issues/101217