version_gate 1.0.4 copy "version_gate: ^1.0.4" to clipboard
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_gate

With Flutter:

 $ flutter pub add version_gate

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

dependencies:
  version_gate: ^1.0.4

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_gate/version_gate.dart';
1
likes
0
points
258
downloads

Documentation

Documentation

Publisher

verified publisheraboelnasr.com

Weekly Downloads

Lightweight Flutter package that checks for app updates on App Store and Google Play with zero configuration, smart frequency guards, and customizable UI.

Homepage
Repository (GitHub)
View/report issues

Topics

#update #version-check #app-update #play-store #app-store

Funding

Consider supporting this project:

buymeacoffee.com

License

unknown (license)

Dependencies

flutter, http, package_info_plus, shared_preferences, url_launcher

More

Packages that depend on version_gate