lzstring 2.0.0+2 copy "lzstring: ^2.0.0+2" to clipboard
lzstring: ^2.0.0+2 copied to clipboard

Dart implementation of lz-string compression algorithm. Originally written in JavaScript, for more details, please refer to http://pieroxy.net/blog/pages/lz-string/index.html

2.0.0+2 #

BREAKING CHANGE

  • Full Null safety support (Thanks again! @adamwalzer)
  • Support sync and async version of compression and decompression

1.0.3+1 #

1.0.2+1 #

  • Remove unnecessary new keyword

1.0.2 #

  • Make compression and decompression asynchronous

1.0.1+2 #

  • Update document comments

1.0.1 #

  • Fix issue which makes non english characters cannot be decompress
  • Add document comments

1.0.0 #

  • Initial commit
17
likes
130
pub points
86%
popularity

Publisher

unverified uploader

Dart implementation of lz-string compression algorithm. Originally written in JavaScript, for more details, please refer to http://pieroxy.net/blog/pages/lz-string/index.html

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

typed_data

More

Packages that depend on lzstring