flutter_minizip_ffi_bindings 0.2.0 flutter_minizip_ffi_bindings: ^0.2.0 copied to clipboard
FFI bindings for [zlib-ng/minizip-ng](https://github.com/zlib-ng/minizip-ng) made using [dart-lang/ffigen](https://github.com/dart-lang/ffigen) and trivial trick.
0.2.0 #
- Update minizip(minizip-ng) url
- Update to minizip-ng 3.0.1, ffi ^1.0.0, ffigen ^2.2.5
- Update packages and regenerate bindings
- Renew android and ios example project
- Update and rename sample data
- Update example with null safety
0.1.4 #
- minizip 2.10.3
- ffigen 1.1.0
0.1.3 #
- Update ffigen
0.1.2 #
- Update ffigen
- Follow new ffigen
- Update headers directive
- Update example
0.1.1 #
- Update ffigen
- Update entry-point.h and ffigen config to support
MZ_*
constants - Add
ffi
dependency - Update example
- Use
MZ_OK
- Add padding to ListView
- Use
0.1.0+2 #
- Replace copy of minizip headers with submodule
- Remove unnecessary dependency
0.1.0 #
- Initial release