version_sentry 1.0.5 copy "version_sentry: ^1.0.5" to clipboard
version_sentry: ^1.0.5 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 Dart:

 $ dart pub add version_sentry

With Flutter:

 $ flutter pub add version_sentry

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

dependencies:
  version_sentry: ^1.0.5

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:version_sentry/version_sentry.dart';
7
likes
0
points
52
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

License

unknown (license)

Dependencies

flutter, html, http, package_info_plus, version

More

Packages that depend on version_sentry