forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
39 lines (35 loc) · 907 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
37
38
39
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.3.3+1
dependencies:
async: ^2.0.8
collection: ^1.14.11
flutter:
sdk: flutter
json_annotation: ^3.0.0
meta: ^1.1.6
dev_dependencies:
build_runner: ^1.0.0
json_serializable: ^3.2.0
flutter_test:
sdk: flutter
flutter_driver:
sdk: flutter
in_app_purchase_example:
path: example/
test: ^1.5.2
shared_preferences: ^0.5.2
e2e: ^0.2.0
pedantic: ^1.8.0
flutter:
plugin:
platforms:
android:
package: io.flutter.plugins.inapppurchase
pluginClass: InAppPurchasePlugin
ios:
pluginClass: InAppPurchasePlugin
environment:
sdk: ">=2.3.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"