Skip to content

Commit 2c0df07

Browse files
committed
downgraded minimum Flutter version
1 parent 815cb50 commit 2c0df07

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.0.4+1
2+
* Downgraded minimum Flutter version to 1.20.1
3+
14
## 1.0.4
25
* Implemented support for V2 Android embedding
36
* Removed instances of deprecated Flutter APIs

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_paystack
22
description: A Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS.
3-
version: 1.0.4
3+
version: 1.0.4+1
44
author: Wilberforce Uwadiegwu <faradaywilly@gmail.com>
55
homepage: https://github.com/wilburt/flutter_paystack
66

@@ -35,4 +35,4 @@ flutter:
3535

3636
environment:
3737
sdk: ">=2.2.2 <3.0.0"
38-
flutter: ">=1.20.2 <2.0.0"
38+
flutter: ">=1.20.1 <2.0.0"

0 commit comments

Comments
 (0)