cli_notify 0.0.4 copy "cli_notify: ^0.0.4" to clipboard
cli_notify: ^0.0.4 copied to clipboard

Check pub.dev for updates for your Dart CLI and prints update information.

example/cli_notify_example.dart

import 'package:cli_notify/cli_notify.dart';

// Current version of your CLI
final packageName = 'package-name';
final currentVersion = '1.0.0';
void main() async {
  await Notify(
    packageName: packageName,
    currentVersion: currentVersion,
  ).update();
}
8
likes
130
pub points
82%
popularity

Publisher

verified publisherleoafarias.com

Check pub.dev for updates for your Dart CLI and prints update information.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

tint

More

Packages that depend on cli_notify