flutterwave-flutter icon indicating copy to clipboard operation
flutterwave-flutter copied to clipboard

Flutterwave's Flutter library allows you to build a quick, simple, and excellent payment experience in your flutter applications. We provide a UI that can be used out-of-the-box to collect your users'...

Results 28 flutterwave-flutter issues
Sort by recently updated
recently updated
newest added

Hello, Is web version coming soon ? i'm unable to initiate transaction . regards,

If the chargeResponse object is null (i.e payment was not initiated/cancelled by the customer) the cast throws an error.

Dark version 2.12.0 Flutter version 2.2.3 Plugin version: v1.0.0 Aug 24 update The error screenshot: https://ibb.co/qDj0dPH After debugging for hours I found out there's a problem with trippledes package. The...

Hi, there's no example of how to use Flutterwave Flutter plugin to pay for a subscription... How do I go about this?

Right now, flutter wave documentation is showing how to integrate with their UI but is there any way we can implement custom UI and then for business logic we use...

{status: error, success: false, transaction_id: null, tx_ref: c4cfb400-acac-1e50-9d64-cd7f6ea96a6b} returns me that error when using the package on flutter // ignore_for_file: use_build_context_synchronously import 'package:flutter/material.dart'; import 'package:flutterwave_standard/flutterwave.dart'; import 'package:uuid/uuid.dart'; payMentAPI( String amount,...

After a successful transaction, in delegate method tranasctionSuccessful(flwRef: String?, responseData: FlutterwaveSDK.FlutterwaveDataResponse?) responseData.id is nil ▿ FlutterwaveDataResponse ▿ txRef : Optional - some : "2024-01-03T10:58:58ZRef" ▿ flwRef : Optional - some...

Replace raisedbutton from an old version with ElevatedButton