forked from square/in-app-payments-flutter-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
28 lines (24 loc) · 794 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
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.3.0
author: Square Flutter Team <[email protected]>
homepage: https://github.com/square/in-app-payments-flutter-plugin
documentation: https://github.com/square/in-app-payments-flutter-plugin
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
built_value: ^6.1.5
built_collection: ^4.0.0
meta: ^1.1.6
dev_dependencies:
build: ^1.1.0
build_runner: ^1.2.3
source_gen: ^0.9.4+1
built_value_generator: ^6.3.0
# The following section is specific to Flutter.
flutter:
plugin:
androidPackage: sqip.flutter
pluginClass: SquareInAppPaymentsFlutterPlugin