guji_diff 0.2.0
guji_diff: ^0.2.0 copied to clipboard
A robust collation engine for ancient and modern Chinese texts, supporting verbatim and structural comparison, variant character normalization, and statistical analysis. Platform-adaptive with native [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add guji_diffThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
guji_diff: ^0.2.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:guji_diff/guji_diff.dart';