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 815cb50 commit 2c0df07Copy full SHA for 2c0df07
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.0.4+1
2
+* Downgraded minimum Flutter version to 1.20.1
3
+
4
## 1.0.4
5
* Implemented support for V2 Android embedding
6
* Removed instances of deprecated Flutter APIs
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_paystack
description: A Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS.
-version: 1.0.4
+version: 1.0.4+1
author: Wilberforce Uwadiegwu <faradaywilly@gmail.com>
homepage: https://github.com/wilburt/flutter_paystack
@@ -35,4 +35,4 @@ flutter:
35
36
environment:
37
sdk: ">=2.2.2 <3.0.0"
38
- flutter: ">=1.20.2 <2.0.0"
+ flutter: ">=1.20.1 <2.0.0"
0 commit comments