anzip 2.0.7 copy "anzip: ^2.0.7" to clipboard
anzip: ^2.0.7 copied to clipboard

A dart library for zip files / streams.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add anzip

With Flutter:

 $ flutter pub add anzip

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

dependencies:
  anzip: ^2.0.7

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:anzip/anzip.dart';
3
likes
130
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A dart library for zip files / streams.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

anio, collection, convert, file_system, meta, path, pointycastle

More

Packages that depend on anzip