woff2_ffi 0.2.0
woff2_ffi: ^0.2.0 copied to clipboard
FFI bindings for the WOFF2 reference implementation library.
0.2.0 #
-
Bumped minimum SDK version to Dart 3.13.
- Refactored classes and extension types to use Dart 3.13 primary constructors and concise constructor syntax.
- Reformatted the library with Dart 3.13 formatter changes.
-
Switched from
native_toolchain_ninjatonative_toolchain_cpackage for building the native library.- The
native_toolchain_ninjatool hasn't had an update in a relatively long time, so it has been decided to switch back to the official package,native_toolchain_c. - The package no longer depends on
native_toolchain_ninja, thus unlocking transitive dependency upgrades for dependants.
- The
-
Native bindings generator has been upgraded to
package:ffigen:21.0.0, which includes a number of changes in the generated code. -
Bumped dependency constraints.
code_assetsto^1.2.1.metato^1.19.0.hooksto^2.2.0.native_toolchain_cto^0.19.3.dev:deminearchiver_lintsto^3.1.0.dev:ffigento^21.0.0.
0.1.2 #
-
Fixed Dart build hook failing on Linux.
-
Changed package location in the repository.
0.1.1 #
-
Disabled verbose logging in the Dart build hook.
-
Minor build hook improvements.
0.1.0 #
-
Initial version.
-
Added
google/woff2andgoogle/brotlisubmodules. -
Set up proper
.pubignorefile to decrease published package size. -
Generated FFI bindings.
-
Set up Dart build hooks.
-
Added WOFF2 C++ API wrapper written in C.