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

outdated

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

cli_notify #

Install #

dart pub add cli_notify

Usage #

Notify users that there is an update

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,
  ).updater();
}

8
likes
0
pub points
82%
popularity

Publisher

verified publisherleoafarias.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

tint

More

Packages that depend on cli_notify