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

outdated

Check if the user has recent version of your Flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add at_newversion_notification

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

dependencies:
  at_newversion_notification: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:at_newversion_notification/screens/at_newversion_notification.dart';
8
likes
90
pub points
24%
popularity

Publisher

unverified uploader

Check if the user has recent version of your Flutter app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, cupertino_icons, flutter, html, http, package_info, url_launcher

More

Packages that depend on at_newversion_notification