zstandard_cli 1.3.26 copy "zstandard_cli: ^1.3.26" to clipboard
zstandard_cli: ^1.3.26 copied to clipboard

CLI implementation of zstandard. For desktops.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zstandard_cli

With Flutter:

 $ flutter pub add zstandard_cli

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

dependencies:
  zstandard_cli: ^1.3.26

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:zstandard_cli/zstandard_cli.dart';
1
likes
130
points
42
downloads
screenshot

Publisher

verified publisherlandamessenger.com

Weekly Downloads

CLI implementation of zstandard. For desktops.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ffi, path, platform

More

Packages that depend on zstandard_cli