File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.5 (Breaking change)
2
+ * Supported sound null-safety
3
+ * Resolved build failure due to unresolved VERSION_NAME and VERSION_CODE
4
+ * Fixed issue with dark mode (courtesy of nuelsoft)
5
+ * Switched static initialization for instance initialization of the plugin
6
+ * Upgraded all native and cross-platform dependencies
7
+
8
+
1
9
## 1.0.4+1
2
10
* Downgraded minimum Flutter version to 1.20.1
3
11
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class PlatformInfo {
11
11
static Future <PlatformInfo > fromMethodChannel (MethodChannel channel) async {
12
12
// TODO: Update for every new versions.
13
13
// And there should a better way to fucking do this
14
- final pluginVersion = "2 .0.4+1 " ;
14
+ final pluginVersion = "1 .0.5 " ;
15
15
16
16
final platform = Platform .operatingSystem;
17
17
String userAgent = "${platform }_Paystack_$pluginVersion " ;
Original file line number Diff line number Diff line change 1
1
name : flutter_paystack
2
2
description : A Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS.
3
- version : 2 .0.4+1
3
+ version : 1 .0.5
4
4
author : Wilberforce Uwadiegwu <faradaywilly@gmail.com>
5
5
homepage : https://github.com/wilburt/flutter_paystack
6
6
@@ -35,4 +35,4 @@ flutter:
35
35
36
36
environment :
37
37
sdk : ' >=2.12.0 <3.0.0'
38
- flutter : " >=2.0.0 <3.0.0 "
38
+ flutter : " >=2.0.0"
You can’t perform that action at this time.
0 commit comments