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

Because flutter_paystack 1.0.7 depends on http ^0.13.5 and no versions of flutter_paystack match >1.0.7

How do i change the default currency from Naira?

How do i change the default currency from Naira?

Don't know if this was previously resolved but it's giving build error. Some info: `version: flutter_paystack: ^1.0.7` ``` defaultConfig { applicationId "com.xxx.xxx" minSdkVersion 21 targetSdkVersion flutter.targetSdkVersion versionCode flutterVersionCode.toInteger() versionName flutterVersionName...

How do i add more payment methods to the paystack just like we have in the web

- Upgrade intl 17.0 to 18.0

im having this error when trying to install flutter_paystack `The current Dart SDK version is 3.0.2. Because flutter_paystack >=1.0.5 depends on intl ^0.17.0 and flutter_paystack =2.0.0-dev.58.0

../.pub-cache/git/flutter_paystack-a4a33c3dd0a12f46d655a2e63d11e9f20ba82d01/lib/src/widgets/input/pin_field.dart:48:55: Error: The getter 'accentColor' isn't defined for the class 'ThemeData'. - 'ThemeData' is from 'package:flutter/src/material/theme_data.dart' ('../programs/flutter/packages/flutter/lib/src/material/theme_data.dart'). Try correcting the name to the name of an existing getter, or defining...

Whenever I try make a live payment using the example project, I get the error "Transaction already succeeded" after confirming the transaction on my mobile banking app. I get the...

Hi everyone. Background: I have created a cross-platform mobile food ordering application that allows users to order food from a restaurant. The user selects their desired food item, and then...