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

outdated

Returns information about the method used to install your app.

installer_info #

Returns information about the method used to install your app.

On Android, uses `context.getInstallerPackageName()``

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
9
likes
0
pub points
86%
popularity

Publisher

verified publishercaiopo.com

Returns information about the method used to install your app.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on installer_info