version_sentry 1.0.5
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_sentryWith Flutter:
$ flutter pub add version_sentryThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
version_sentry: ^1.0.5Alternatively, 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';