forked from CronometerSoftware/flutter_inapp_purchase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
35 lines (32 loc) · 969 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
name: flutter_inapp_purchase
description: In App Purchase plugin for flutter. This project has been forked by
react-native-iap and we are willing to share same experience with that on
react-native.
version: 5.4.1
homepage: https://github.com/dooboolab/flutter_inapp_purchase/blob/main/pubspec.yaml
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"
dependencies:
flutter:
sdk: flutter
http: ^0.13.4
meta: ^1.7.0
platform: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.0.1
test: ^1.16.5
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
plugin:
platforms:
android:
package: com.dooboolab.flutterinapppurchase
pluginClass: FlutterInappPurchasePlugin
mainClass: FlutterInappPurchasePlugin
ios:
pluginClass: FlutterInappPurchasePlugin