Dart implementation of lz-string compression algorithm
More...
The original JavaScript version is here
LZString.compress('Some String');
For more usage, please read the exapmle in example folder
example
pub run test test/lz_string_test.dart
unverified uploader
Repository (GitHub)View/report issues
unknown (license)
typed_data
Packages that depend on lzstring
Back