-
Notifications
You must be signed in to change notification settings - Fork 273
Expand file tree
/
Copy pathpubspec.yaml
More file actions
37 lines (34 loc) · 1013 Bytes
/
pubspec.yaml
File metadata and controls
37 lines (34 loc) · 1013 Bytes
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
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: 8.2.10
homepage: https://github.com/hyochan/flutter_inapp_purchase/blob/main/pubspec.yaml
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
flutter:
sdk: flutter
http: ^1.2.0
meta: ^1.11.0
platform: ^3.1.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
mockito: ^5.4.4
test: ^1.25.0
# 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: io.github.hyochan.flutter_inapp_purchase
pluginClass: FlutterInappPurchasePlugin
ios:
pluginClass: FlutterInappPurchasePlugin
macos:
pluginClass: FlutterInappPurchasePlugin