Releases: wilburx9/flutter_paystack
Releases · wilburx9/flutter_paystack
v1.0.7
- Fixed an issue where only one bank showed-up in the banks dropdown
- Fixed build issues caused by androidx material library
- Fixed build issues caused by using the wrong android
compileSdkVersion
v1.0.6
- Completed migration for Android v2 embedding.
- Fixed colour issues in dark mode
- Upgrades Kotlin and AGP versions.
- Fixed build issues for Flutter 3
v1.0.5+1
- Updated dependencies
- Updated ReadMe
Flutter 2.0.0 migration
- Supported sound null-safety
- Resolved build failure due to unresolved VERSION_NAME and VERSION_CODE
- Fixed issue with dark mode (courtesy of nuelsoft)
- Switched static initialization for instance initialization of the plugin
- Upgraded all native and cross-platform dependencies
v1.0.4+1
Downgraded minimum Flutter version to 1.20.1
v1.0.4
1.0.4
- Implemented support for V2 Android embedding
- Removed instances of deprecated Flutter APIs
- Updated dependencies
- Fixed issues #47 and #48
- Deprecated callbacks in the
chargeCard
function.
v1.0.3+1
- Fixed issue with wrong plugin class in pubspec.yaml (#45)
- Added spaces to initial string for card number field
v1.0.3
- Fixed issue with using disposed context(#26)
- Removed hardcoded currency text in the checkout prompt (#30)
- Fixed issue where plugin crashes app in headless service (#31)
- Converted charge metadata to json format (thanks to Itope84)
- Fixed issue with validating past months
- Added option to hide email and/or amount in checkout prompt
- Made the example main.dart more usable
- Wrote unit tests and widget tests
v1.0.2
- Made plugin theme customizable
- Switched deprecated UIWebView for WKWebView for iOS
- Added a customizable company logo
- Displayed "Secured by Paystack" at bottom of payment prompt