comparable_version_sync 1.0.2+6
comparable_version_sync: ^1.0.2+6 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 Dart:
$ dart pub add comparable_version_syncWith Flutter:
$ flutter pub add comparable_version_syncThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
comparable_version_sync: ^1.0.2+6Alternatively, your editor might support dart pub get or 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';