{"id":19197515,"url":"https://github.com/rikulo/diff-match-patch","last_synced_at":"2025-05-09T00:43:16.531Z","repository":{"id":46092038,"uuid":"515068653","full_name":"rikulo/diff-match-patch","owner":"rikulo","description":"A port of Google Diff Match and Patch library to Dart","archived":false,"fork":false,"pushed_at":"2023-08-28T11:24:26.000Z","size":32,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-09T00:43:07.946Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://quire.io","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rikulo.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,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-18T06:55:34.000Z","updated_at":"2024-10-14T02:47:17.000Z","dependencies_parsed_at":"2025-04-20T10:52:11.367Z","dependency_job_id":null,"html_url":"https://github.com/rikulo/diff-match-patch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikulo%2Fdiff-match-patch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikulo%2Fdiff-match-patch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikulo%2Fdiff-match-patch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikulo%2Fdiff-match-patch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rikulo","download_url":"https://codeload.github.com/rikulo/diff-match-patch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253171210,"owners_count":21865280,"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":[],"created_at":"2024-11-09T12:17:07.685Z","updated_at":"2025-05-09T00:43:16.512Z","avatar_url":"https://github.com/rikulo.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Diff, Match and Patch\n\nA port of [Google Diff Match and Patch library](https://github.com/google/diff-match-patch) to Dart\n\n* [Repository](https://github.com/rikulo/diff-match-patch)\n* [API Reference](https://pub.dev/documentation/diff_match_patch2/latest/)\n\n## Usage\n\n```\nimport \"package:diff_match_patch2/diff_match_patch.dart\";\n\n...\n  final dmp = DiffMatchPatch();\n  dmp.patch_main(oldText, newText);\n```\n\n* `Patch` and `Diff` can be jsonized. To decode, use `Patch.fromJson` and `Diff.fromJson`.\n   * [Example](https://github.com/rikulo/diff-match-patch/blob/main/test/diff_test.dart)\n* `patch_main` in [Google Diff Match and Patch library](https://github.com/google/diff-match-patch) are split into `patch_main`, `patch_diffs` and `patch_make` for strong types.\n\n## Who Uses\n\n* [Quire](https://quire.io) - a simple, collaborative, multi-level task management tool.\n* [Keikai](https://keikai.io) - a sophisticated spreadsheet for big data\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikulo%2Fdiff-match-patch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frikulo%2Fdiff-match-patch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikulo%2Fdiff-match-patch/lists"}