diff_match_patch2

Creator: coderz1093

Last updated:

Add to Cart

Description:

diff match patch2

Diff, Match and Patch #
A port of Google Diff Match and Patch library to Dart

Repository
API Reference

Usage #
import "package:diff_match_patch2/diff_match_patch.dart";

...
final dmp = DiffMatchPatch();
dmp.patch_main(oldText, newText);
copied to clipboard

Patch and Diff can be jsonized. To decode, use Patch.fromJson and Diff.fromJson.

Example


patch_main in Google Diff Match and Patch library are split into patch_main, patch_diffs and patch_make for strong types.

Who Uses #

Quire - a simple, collaborative, multi-level task management tool.
Keikai - a sophisticated spreadsheet for big data

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.