version_gate 1.0.5 copy "version_gate: ^1.0.5" to clipboard
version_gate: ^1.0.5 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 Flutter:

 $ flutter pub add version_gate

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

dependencies:
  version_gate: ^1.0.5

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

Documentation

Documentation
API reference

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

MIT (license)

Dependencies

flutter, http, package_info_plus, shared_preferences, url_launcher

More

Packages that depend on version_gate