-
Notifications
You must be signed in to change notification settings - Fork 7
/
pubspec.yaml
41 lines (36 loc) · 941 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
36
37
38
39
40
41
name: adyen_checkout
description: Adyen checkout library for Flutter. Accept payments with cards, wallets and local payment methods in your app using our Drop-in and Components.
version: 1.1.0
repository: https://github.com/Adyen/adyen-flutter
issue_tracker: https://github.com/Adyen/adyen-flutter/issues
documentation: https://docs.adyen.com/online-payments/build-your-integration
topics:
- payments
- payment
- checkout
- ecommerce
- online-payments
environment:
sdk: ^3.0.6
flutter: ">=3.10.6"
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.7
stream_transform: ^2.1.0
pay: ^2.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: 3.0.1
pigeon: 15.0.3
flutter:
assets:
- pubspec.yaml
plugin:
platforms:
android:
package: com.adyen.checkout.flutter
pluginClass: AdyenCheckoutPlugin
ios:
pluginClass: AdyenCheckoutPlugin