device_apps_plus 1.0.2
device_apps_plus: ^1.0.2 copied to clipboard
A Flutter plugin to check if specific Android apps are installed on the device. Useful for deep links, onboarding, or app linking.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add device_apps_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
device_apps_plus: ^1.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:device_apps_plus/device_apps_plus.dart';