We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5417c7f commit c22896eCopy full SHA for c22896e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.9.1
2
+
3
+* Bumped version of dependencies.
4
5
## 0.9.0
6
7
* Added checkout form and supported bank account payment.
pubspec.yaml
@@ -1,15 +1,15 @@
name: flutter_paystack
description: A Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS.
-version: 0.9.0
+version: 0.9.1
author: Wilberforce Uwadiegwu <faradaywilly@gmail.com>
homepage: https://github.com/wilburt/flutter_paystack
dependencies:
8
flutter:
9
sdk: flutter
10
- http: ^0.11.3+16
+ http: ^0.12.0
11
intl: ^0.15.7
12
- meta: ^1.1.5
+ meta: ^1.1.6
13
async: ^2.0.8
14
15
0 commit comments