pub_update_checker 1.2.1 copy "pub_update_checker: ^1.2.1" to clipboard
pub_update_checker: ^1.2.1 copied to clipboard

Check if your dart script package is up to date in one line.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pub_update_checker
copied to clipboard

With Flutter:

 $ flutter pub add pub_update_checker
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  pub_update_checker: ^1.2.1
copied to clipboard

Alternatively, 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:pub_update_checker/pub_update_checker.dart';
copied to clipboard
2
likes
160
points
5.17k
downloads

Publisher

verified publisherrexios.dev

Weekly Downloads

2024.09.20 - 2025.04.04

Check if your dart script package is up to date in one line.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

pub_api_client, pub_semver, yaml

More

Packages that depend on pub_update_checker