mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
ICU #defines TRUE and FALSE but these are used as enum member name by the Fuchsia i18n FIDL library. This #undefs TRUE and FALSE before including the generated FIDL header. Fixes https://github.com/flutter/flutter/issues/44817