package_install_checker 0.0.2 copy "package_install_checker: ^0.0.2" to clipboard
package_install_checker: ^0.0.2 copied to clipboard

PlatformAndroid

A Flutter plugin that checks if a specific package (app) is installed on an Android device.

Package Install Checker #

A Flutter plugin that checks if a specific package (app) is installed on an Android device.

Installation #

flutter pub add package_install_checker

Usage #

Android #

<!-- write queries -->
<intent>
    <action android:name="android.intent.action.MAIN" />
    <category android:name="android.intent.category.LAUNCHER" />
</intent>
import 'package:package_install_checker/package_install_checker.dart';

// Check if a specific package is installed
bool isInstalled = await PackageInstallChecker.isPackageInstalled('com.android.chrome');

Supported Platforms #

  • ✅ Android
  • ❌ iOS (not currently supported)

License #

This project is distributed under the license terms.

0
likes
160
points
169
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that checks if a specific package (app) is installed on an Android device.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on package_install_checker

Packages that implement package_install_checker