native_zip 0.8.1 copy "native_zip: ^0.8.1" to clipboard
native_zip: ^0.8.1 copied to clipboard

A FFI plugin for fast, easy-to-use, multi-threaded ZIP file operations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add native_zip

With Flutter:

 $ flutter pub add native_zip

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

dependencies:
  native_zip: ^0.8.1

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

Import it

Now in your Dart code, you can use:

import 'package:native_zip/native_zip.dart';
2
likes
0
points
83
downloads

Publisher

unverified uploader

Weekly Downloads

A FFI plugin for fast, easy-to-use, multi-threaded ZIP file operations.

Repository (GitHub)
View/report issues

Topics

#zip #archive #compression #multi-thread #ffi

License

unknown (license)

Dependencies

ffi, flutter

More

Packages that depend on native_zip

Packages that implement native_zip