Skip to content

Releases: wilburx9/flutter_paystack

v1.0.7

07 Jan 09:07
98d93d3
Compare
Choose a tag to compare
  • 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

18 Sep 21:41
276815e
Compare
Choose a tag to compare
  • 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

08 Apr 16:26
Compare
Choose a tag to compare
  • Updated dependencies
  • Updated ReadMe

Flutter 2.0.0 migration

14 Mar 05:23
Compare
Choose a tag to compare
  • 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

23 Aug 23:52
Compare
Choose a tag to compare

Downgraded minimum Flutter version to 1.20.1

v1.0.4

23 Aug 23:29
815cb50
Compare
Choose a tag to compare

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

22 Jan 11:13
Compare
Choose a tag to compare
  • Fixed issue with wrong plugin class in pubspec.yaml (#45)
  • Added spaces to initial string for card number field

v1.0.3

22 Jan 11:12
Compare
Choose a tag to compare
  • 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+1

20 Nov 22:47
Compare
Choose a tag to compare

Corrected typo

v1.0.2

20 Nov 21:10
Compare
Choose a tag to compare
  • 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