forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
36 lines (32 loc) · 857 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
35
36
name: in_app_purchase
description: A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
homepage: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase
version: 0.4.1
dependencies:
flutter:
sdk: flutter
json_annotation: ^4.0.0
meta: ^1.3.0
collection: ^1.15.0
dev_dependencies:
build_runner: ^1.11.1
json_serializable: ^4.0.0
flutter_test:
sdk: flutter
flutter_driver:
sdk: flutter
test: ^1.16.0
integration_test:
path: ../integration_test
pedantic: ^1.10.0
flutter:
plugin:
platforms:
android:
package: io.flutter.plugins.inapppurchase
pluginClass: InAppPurchasePlugin
ios:
pluginClass: InAppPurchasePlugin
environment:
sdk: ">=2.12.0-259.9.beta <3.0.0"
flutter: ">=1.12.13+hotfix.5"