sync_publish 0.2.0
sync_publish: ^0.2.0 copied to clipboard
Sync related packages versions.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate sync_publishUse it
The package has the following executables:
$ sync_publish
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sync_publishWith Flutter:
$ flutter pub add sync_publishThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sync_publish: ^0.2.0Alternatively, 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:sync_publish/export.dart';
import 'package:sync_publish/extension.dart';
import 'package:sync_publish/package.dart';
import 'package:sync_publish/publish.dart';
import 'package:sync_publish/version.dart';