-
Notifications
You must be signed in to change notification settings - Fork 235
/
pubspec.yaml
35 lines (32 loc) · 968 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.6.1
homepage: https://github.com/dooboolab/flutter_inapp_purchase/blob/main/pubspec.yaml
environment:
sdk: ">=2.15.0 <4.0.0"
flutter: ">=2.0.0"
dependencies:
flutter:
sdk: flutter
http: ^1.1.0
meta: ^1.9.1
platform: ^3.1.3
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.4.2
test: ^1.24.3
# 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