woff2_flutter 0.2.0 copy "woff2_flutter: ^0.2.0" to clipboard
woff2_flutter: ^0.2.0 copied to clipboard

Allows parsing and loading WOFF2 fonts directly in Flutter using FFI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add woff2_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  woff2_flutter: ^0.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:woff2_flutter/woff2_flutter.dart';
0
likes
150
points
104
downloads

Documentation

API reference

Publisher

verified publisherdeminearchiver.qzz.io

Weekly Downloads

Allows parsing and loading WOFF2 fonts directly in Flutter using FFI.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, ffi, ffi_leak_tracker, flutter, logging, woff2_ffi

More

Packages that depend on woff2_flutter