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+
19## 1.0.4+1
210* Downgraded minimum Flutter version to 1.20.1
311
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class PlatformInfo {
1111 static Future <PlatformInfo > fromMethodChannel (MethodChannel channel) async {
1212 // TODO: Update for every new versions.
1313 // And there should a better way to fucking do this
14- final pluginVersion = "2 .0.4+1 " ;
14+ final pluginVersion = "1 .0.5 " ;
1515
1616 final platform = Platform .operatingSystem;
1717 String userAgent = "${platform }_Paystack_$pluginVersion " ;
Original file line number Diff line number Diff line change 11name : flutter_paystack
22description : 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
44author : Wilberforce Uwadiegwu <faradaywilly@gmail.com>
55homepage : https://github.com/wilburt/flutter_paystack
66
@@ -35,4 +35,4 @@ flutter:
3535
3636environment :
3737 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