diff_match_patch 0.2.2 copy "diff_match_patch: ^0.2.2" to clipboard
diff_match_patch: ^0.2.2 copied to clipboard

outdatedDart 1 only

The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.

Diff Match Patch #

This is a port of google-diff-match-patch library to Dart.

Algorithms #

This library implements Myer's diff algorithm which is generally considered to be the best general-purpose diff. A layer of pre-diff speedups and post-diff cleanups surround the diff algorithm, improving both performance and output quality.

This library also implements a Bitap matching algorithm at the heart of a flexible matching and patching strategy.

22
likes
0
pub points
94%
popularity

Publisher

unverified uploader

The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.

Repository
View/report issues

License

unknown (LICENSE)

More

Packages that depend on diff_match_patch