flutter_freetype 1.0.1
flutter_freetype: ^1.0.1 copied to clipboard
Cross-platform FreeType bindings for Flutter, with native FFI support and bundled WebAssembly for the web.
Unreleased #
1.0.1 #
- Added the missing Web plugin entry point and
web/package structure so pub.flutter-io.cn recognizes Web support. - Fixed Windows packaging of the static FreeType archive into
flutter_freetype.dlland disabled the duplicate Windows resource. - Scoped MSVC conversion-warning suppression to the vendored FreeType target; warnings from the Flutter bridge remain enabled.
- Added bundled WebAssembly asset registration for
freetype.jsandfreetype.wasm.
1.0.0 #
- Initial release of
flutter_freetype. - Native FreeType support for Android, iOS, Linux, macOS, and Windows.
- Web support through bundled WebAssembly assets.