mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
- Enable support for WOFF2 fonts. - Add Brotli depndency (increases CK size by ~53KB compressed, including the Brotli dictionary). - Use split WOFF2 fonts for Emoji. - Remove the `useColorEmoji` runtime config flag. Partially based off of https://github.com/flutter/engine/pull/41282 Fixes https://github.com/flutter/flutter/issues/119536 Contributes to https://github.com/flutter/flutter/issues/153974 and opens the door for moving more fonts to WOFF2.