Skip to content

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

License

Notifications You must be signed in to change notification settings

leoafarias/cli_notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli_notify

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

Update notification

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages