We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I want to generate context/unified diff from two texts or two text file. I can use diff [-u] file1 file2 to achieve it. I read the docs about https://github.com/google/diff-match-patch and https://github.com/rikulo/diff-match-patch, but could not find which methods I can invoke to make it.
diff [-u] file1 file2
I can use jsdiff to generate the diff, however, I am looking for some libs in pure dart.
See also https://www.gnu.org/software/diffutils/manual/diffutils.html#Showing-Differences-in-Their-Context, https://github.com/kpdecker/jsdiff.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I want to generate context/unified diff from two texts or two text file. I can use
diff [-u] file1 file2
to achieve it.I read the docs about https://github.com/google/diff-match-patch and https://github.com/rikulo/diff-match-patch, but could not find which methods I can invoke to make it.
I can use jsdiff to generate the diff, however, I am looking for some libs in pure dart.
See also https://www.gnu.org/software/diffutils/manual/diffutils.html#Showing-Differences-in-Their-Context, https://github.com/kpdecker/jsdiff.
The text was updated successfully, but these errors were encountered: