forked from wilburx9/flutter_paystack
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
35 lines (30 loc) · 713 Bytes
/
pubspec.yaml
File metadata and controls
35 lines (30 loc) · 713 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
name: flutter_paystack
description: A Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS.
version: 1.0.9
homepage: https://github.com/codeAvid/flutter_paystack
dependencies:
flutter:
sdk: flutter
http: ^1.2.0
intl: ^0.19.0
meta: ^1.9.1
async: ^2.11.0
dev_dependencies:
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
matcher: ^0.12.15
mockito: ^5.4.2
flutter:
plugin:
platforms:
android:
package: co.paystack.flutterpaystack
pluginClass: FlutterPaystackPlugin
ios:
pluginClass: FlutterPaystackPlugin
assets:
- assets/images/
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.3.0"