google_diff_match_patch 0.0.1 copy "google_diff_match_patch: ^0.0.1" to clipboard
google_diff_match_patch: ^0.0.1 copied to clipboard

Dart 1 only

Diff, Match and Patch libraries for Plain Text

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add google_diff_match_patch

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  google_diff_match_patch: ^0.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:google_diff_match_patch/diff_class.dart';
import 'package:google_diff_match_patch/diff_match_patch.dart';
import 'package:google_diff_match_patch/dmp_class.dart';
import 'package:google_diff_match_patch/patch_class.dart';
0
likes
15
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

Diff, Match and Patch libraries for Plain Text

Homepage

License

Apache-2.0 (license)

More

Packages that depend on google_diff_match_patch