{"id":15293142,"url":"https://github.com/skipness/lzstring-dart","last_synced_at":"2025-07-13T19:37:58.431Z","repository":{"id":46274348,"uuid":"179112959","full_name":"skipness/lzstring-dart","owner":"skipness","description":"Dart implementation of lz-string compression algorithm","archived":false,"fork":false,"pushed_at":"2021-11-03T03:17:06.000Z","size":28,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T12:36:09.127Z","etag":null,"topics":["compression","dart","dartlang","lzstring"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/lzstring","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skipness.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-02T16:01:19.000Z","updated_at":"2025-01-09T16:45:20.000Z","dependencies_parsed_at":"2022-09-11T14:01:03.068Z","dependency_job_id":null,"html_url":"https://github.com/skipness/lzstring-dart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skipness/lzstring-dart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipness%2Flzstring-dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipness%2Flzstring-dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipness%2Flzstring-dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipness%2Flzstring-dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skipness","download_url":"https://codeload.github.com/skipness/lzstring-dart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipness%2Flzstring-dart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265197012,"owners_count":23726412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compression","dart","dartlang","lzstring"],"created_at":"2024-09-30T16:39:58.784Z","updated_at":"2025-07-13T19:37:58.374Z","avatar_url":"https://github.com/skipness.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lzstring\n[![Pub](https://img.shields.io/badge/pub-v2.0.0%2B2-blue.svg)](https://pub.dartlang.org/packages/lzstring)\n\nDart implementation of lz-string compression algorithm\n\nThe original JavaScript version is [here](https://github.com/pieroxy/lz-string)\n\n## Usage\n```dart\nFuture\u003cString?\u003e compressedString = LZString.compress('Some String');\nFuture\u003cString?\u003e decompressedString = LZString.decompress(compressedString);\n\nString? compressedStringSync = LZString.compressSync('Some String');\nString? decompressedStringSync = LZString.decompressSync(compressedStringSync);\n```\nFor more usage, please read the exapmle in [example](https://github.com/skipness/lzstring-dart/tree/master/example) folder\n\n## Running test\n```\npub run test test/lz_string.dart\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskipness%2Flzstring-dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskipness%2Flzstring-dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskipness%2Flzstring-dart/lists"}