-
Notifications
You must be signed in to change notification settings - Fork 8
/
pubspec.yaml
34 lines (30 loc) · 848 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: flutter_install_app_plugin
description: A Flutter plug-in helps to install other iOS and Android apps on AppStore, Google Play or other stores.
version: 0.6.0
homepage: https://github.com/zonble/flutter_install_app_plugin
environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
platform_detect: ^2.1.0
dev_dependencies:
flutter_lints: ">=1.0.0 <=5.0.0"
import_sorter: 4.6.0
pubspec_dependency_sorter: 1.0.5
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: net.zonble.flutterinstallappplugin
pluginClass: FlutterInstallAppPlugin
ios:
pluginClass: FlutterInstallAppPlugin
web:
pluginClass: FlutterInstallAppPlugin
fileName: flutter_install_app_web.dart