lzw_compression 0.0.2 lzw_compression: ^0.0.2 copied to clipboard
Lossless LZW compression/decompression implemented in Dart for Strings.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lzw_compression
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
lzw_compression: ^0.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:lzw_compression/lzw_compression.dart';