version_gate 1.0.4
version_gate: ^1.0.4 copied to clipboard
Lightweight Flutter package that checks for app updates on App Store and Google Play with zero configuration, smart frequency guards, and customizable UI.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add version_gateWith Flutter:
$ flutter pub add version_gateThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
version_gate: ^1.0.4Alternatively, 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_gate/version_gate.dart';