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');

Libraries

spyxpo