proton_archive 2.0.15 copy "proton_archive: ^2.0.15" to clipboard
proton_archive: ^2.0.15 copied to clipboard

Provides encoders and decoders for various archive and compression formats such as zip, tar, bzip2, gzip, and zlib.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add proton_archive

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

dependencies:
  proton_archive: ^2.0.15

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

Import it

Now in your Dart code, you can use:

import 'package:proton_archive/proton_archive.dart';
1
likes
15
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Provides encoders and decoders for various archive and compression formats such as zip, tar, bzip2, gzip, and zlib.

License

unknown (license)

Dependencies

args, crypto, path

More

Packages that depend on proton_archive