installer_info 0.6.0 copy "installer_info: ^0.6.0" to clipboard
installer_info: ^0.6.0 copied to clipboard

Returns information about the method used to install your app.

installer_info #

Pub Version

Returns information about the method used to install your app.

On Android API 29 and below, uses Context.getInstallerPackageName()

On Android API 30 and above, uses PackageManager.getInstallSourceInfo()

On iOS, parses Bundle.main.appStoreReceiptURL

Installing #

Add to your pubspec.yaml

dependencies:
  installer_info: <version>

Example #

final installerInfo = await getInstallerInfo();

print(installerInfo.installerName);
// com.android.vending

print(installerInfo.installer);
// Installer.googlePlay
7
likes
140
pub points
85%
popularity

Publisher

verified publishercaiopo.com

Returns information about the method used to install your app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on installer_info