google_diff_match_patch 0.0.1
google_diff_match_patch: ^0.0.1 copied to clipboard
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_patchThis 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.1Alternatively, 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';