tar 2.0.0 copy "tar: ^2.0.0" to clipboard
tar: ^2.0.0 copied to clipboard

Memory-efficient, streaming implementation of the tar file format

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tar
copied to clipboard

With Flutter:

 $ flutter pub add tar
copied to clipboard

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

dependencies:
  tar: ^2.0.0
copied to clipboard

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:tar/tar.dart';
copied to clipboard
34
likes
160
points
176k
downloads

Publisher

verified publishersimonbinder.eu

Weekly Downloads

2024.09.29 - 2025.04.13

Memory-efficient, streaming implementation of the tar file format

Repository (GitHub)

Topics

#tar #archive

Documentation

API reference

License

MIT (license)

Dependencies

async, meta, typed_data

More

Packages that depend on tar