version_sentry 1.1.7 copy "version_sentry: ^1.1.7" to clipboard
version_sentry: ^1.1.7 copied to clipboard

A Flutter package to help apps stay up-to-date by fetching the latest version from the Play Store (Android) or App Store (iOS)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add version_sentry

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

dependencies:
  version_sentry: ^1.1.7

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:version_sentry/version_sentry.dart';
7
likes
135
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to help apps stay up-to-date by fetching the latest version from the Play Store (Android) or App Store (iOS)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, html, http, package_info_plus, shared_preferences, url_launcher, version

More

Packages that depend on version_sentry