27 lines
566 B
YAML
27 lines
566 B
YAML
name: appcheck
|
|
description: Flutter plugin that allows you to check if an app is installed/enabled, launch an app and get the list of installed apps.
|
|
version: 1.5.4+1
|
|
homepage: https://github.com/Yash-Garg/appcheck
|
|
|
|
environment:
|
|
sdk: ">=2.12.0 <4.0.0"
|
|
flutter: ">=3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.2
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
package: dev.yashgarg.appcheck
|
|
pluginClass: AppcheckPlugin
|
|
ios:
|
|
pluginClass: AppcheckPlugin
|