spyxpo 1.0.1 copy "spyxpo: ^1.0.1" to clipboard
spyxpo: ^1.0.1 copied to clipboard

PlatformAndroidiOS
outdated

An official package for Spyxpo.

Spyxpo Flutter Package #

An official package for flutter apps developed by Spyxpo.

Usage (in initState) #

You can use this function when your app starts by calling 'checkAppUpdate' in initState in main.dart.

'123456789' defines iOS App ID and 'com.company.app' defines Android App ID.

  initState() {
    super.initState();
    checkAppUpdate(context, '123456789', 'com.comapany.app');
  }

Usage (in an onTap function) #

checkAppUpdate(context, '123456789', 'com.comapany.app');
2
likes
120
points
14
downloads

Documentation

API reference

Publisher

verified publisherspyxpo.com

Weekly Downloads

An official package for Spyxpo.

Homepage

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_app_version_checker, open_store

More

Packages that depend on spyxpo