v0.1.0 of woff2
The official repository for Dart and Flutter packages. [Unoffic…
May 19, 2026
WOFF and WOFF2 font support for Flutter — decodes WOFF1/WOFF2 to SFNT (TTF/OTF) so Flutter's FontLoader can load them. Pure-Dart decoder, high-level Flutter FontLoader wrapper, and a CSS @font-face parser. Changelog excerpt: First public release. The decoder and Flutter FontLoader wrapper were extracted from flutter_full_svg_support, where they have shipped since v1.0.0driving SVG @font-facehandling. ### Added - decodeFontIfWoff(Uint8List bytes)— pure-Dart WOFF1 and WOFF2 → SFNT (TTF/OTF) decoder. Implements the full W3C WOFF2 spec including glyf/loca/hmtxtransformations. - loadWoffFontFromAsset({fontFamily, assetPath})— one-call helper that loads a `.wo[...]
Discussion in the ATmosphere