comparable_version_sync 1.2.0
comparable_version_sync: ^1.2.0 copied to clipboard
Compare and merge JSON or SQLite versions with a configurable Flutter diff/merge widget.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add comparable_version_syncThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
comparable_version_sync: ^1.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:comparable_version_sync/comparable_version_sync.dart';