check_for_update 1.0.0 copy "check_for_update: ^1.0.0" to clipboard
check_for_update: ^1.0.0 copied to clipboard

outdated

Generates Dart code to automatically check for a new version of the current package.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add check_for_update

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

dependencies:
  check_for_update: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:check_for_update/check_for_update.dart';
0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

Generates Dart code to automatically check for a new version of the current package.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

build, code_builder, pub_semver, pubspec

More

Packages that depend on check_for_update