lzf 0.1.0 copy "lzf: ^0.1.0" to clipboard
lzf: ^0.1.0 copied to clipboard

A Dart implementation of the LZF, a fast and lightweight data compression algorithm.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lzf

With Flutter:

 $ flutter pub add lzf

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

dependencies:
  lzf: ^0.1.0

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:lzf/lzf.dart';
2
likes
160
points
25
downloads

Publisher

verified publisherhalildurmus.dev

Weekly Downloads

A Dart implementation of the LZF, a fast and lightweight data compression algorithm.

Repository (GitHub)
View/report issues
Contributing

Topics

#lzf #compression

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

BSD-3-Clause (license)

More

Packages that depend on lzf