lzstring 1.0.0 copy "lzstring: ^1.0.0" to clipboard
lzstring: ^1.0.0 copied to clipboard

outdated

Dart implementation of lz-string compression algorithm

lzstring_dart #

Dart implementation of lz-string compression algorithm

The original JavaScript version is here

Usage #

LZString.compress('Some String');

For more usage, please read the exapmle in example folder

Running test #

pub run test test/lz_string_test.dart
17
likes
0
pub points
85%
popularity

Publisher

unverified uploader

Dart implementation of lz-string compression algorithm

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

typed_data

More

Packages that depend on lzstring