forked from square/in-app-payments-flutter-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
32 lines (28 loc) · 848 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
name: square_in_app_payments
description: An open source Flutter plugin for calling Square’s native In-App Payments SDK to take in-app payments on iOS and Android.
version: 1.7.4
homepage: https://github.com/square/in-app-payments-flutter-plugin
documentation: https://github.com/square/in-app-payments-flutter-plugin
environment:
sdk: '>=2.14.0 <3.0.0'
flutter: ">=1.10.0"
dependencies:
flutter:
sdk: flutter
built_value: ^8.2.3
built_collection: ^5.1.1
meta: ^1.7.0
dev_dependencies:
build: ^2.0.0
build_runner: ^1.12.2
source_gen: ^1.0.0
built_value_generator: ^8.0.4
# The following section is specific to Flutter.
flutter:
plugin:
platforms:
android:
package: sqip.flutter
pluginClass: SquareInAppPaymentsFlutterPlugin
ios:
pluginClass: SquareInAppPaymentsFlutterPlugin