flutter_paystack icon indicating copy to clipboard operation
flutter_paystack copied to clipboard

:credit_card: A robust Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS

Results 80 flutter_paystack issues
Sort by recently updated
recently updated
newest added

E/flutter (23171): [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: Paystack SDK has not been initialized. The SDK has to be initialized before use E/flutter (23171): #0 PaystackPlugin._validateSdkInitialized (package:flutter_paystack/src/common/paystack.dart:143:7) E/flutter (23171): #1 PaystackPlugin.publicKey (package:flutter_paystack/src/common/paystack.dart:61:5) E/flutter...

The Paystack package doesn't support the full theme mode, when i switch to dark mode it changes but the dialog box doesn't change its theme, its just white and it...

bug

Hi @wilburt. Great lib. Simple and easy to implement! I was wondering of you could add the transaction ID to the CheckoutResponse field? Current Object is: ``` CheckoutResponse( {required this.message,...

Hi @wilburt, I love your plugin it has helped me so far, but I'm having one issue now, the same thing from issue #72 I can't seem to get back...

This plugin is not supported for Flutter Web.

enhancement

Hi @wilburt, Thanks for providing the community with this wonderful package. It's really helpful. Please can you migrate the http package that your package is dependent on to null safety....

The url "https://api.paystack.co/bank?gateway=emandate&pay_with_bank=true" doesn't come with all the banks supported by Paystack. This url "https://api.paystack.co/bank?gateway=&pay_with_bank=true" does

@wilburt I have managed to run the encryption natively in dart. Please take a look at it.

I noticed on the plugin that users cannot pay with USSD, and the payment with "Bank" shows a limited number of banks.

enhancement