-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpubspec.yaml
More file actions
33 lines (28 loc) · 839 Bytes
/
pubspec.yaml
File metadata and controls
33 lines (28 loc) · 839 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
name: paystack_flutter_sdk
description: "Paystack Flutter SDK with support for multiple channels to accept payments from your customers in supported regions."
version: 0.0.1-alpha.2
homepage: https://paystack.com
repository: https://github.com/PaystackOSS/paystack_flutter
issue_tracker: https://github.com/PaystackOSS/paystack_flutter/issues
documentation: https://paystack.com/docs
topics: [paystack, payments, cards, mpesa]
environment:
sdk: '>=3.3.2 <4.0.0'
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
test: ^1.25.2
flutter:
plugin:
platforms:
android:
package: com.paystack.paystack_sdk
pluginClass: PaystackSDKPlugin
ios:
pluginClass: PaystackSDKPlugin