update 0.3.1 copy "update: ^0.3.1" to clipboard
update: ^0.3.1 copied to clipboard

A package for checking for updates.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add update

With Flutter:

 $ flutter pub add update

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

dependencies:
  update: ^0.3.1

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:update/update.dart';
5
likes
100
pub points
77%
popularity

Publisher

verified publisherampless.chrissx.de

A package for checking for updates.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

pub_semver

More

Packages that depend on update