forked from wilburx9/flutter_paystack
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpubspec.yaml
More file actions
37 lines (29 loc) · 692 Bytes
/
pubspec.yaml
File metadata and controls
37 lines (29 loc) · 692 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_paystack
description: A Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS.
version: 1.0.7
homepage: https://github.com/wilburt/flutter_paystack
dependencies:
flutter:
sdk: flutter
http: ^0.13.5
intl: ^0.19.0
meta: ^1.8.0
async: ^2.9.0
dev_dependencies:
flutter_test:
sdk: flutter
matcher: ^0.12.12
mockito: ^5.3.1
flutter:
plugin:
platforms:
android:
package: co.paystack.flutterpaystack
pluginClass: FlutterPaystackPlugin
ios:
pluginClass: FlutterPaystackPlugin
assets:
- assets/images/
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=2.0.0"