Last updated:
0 purchases
fincra flutter
Flutter Fincra #
This package makes it easy to use the fincra in your flutter project.
📸 Screen Shots #
How to Use plugin #
import 'package:fincra_flutter/fincra_flutter.dart';
FincraFlutter.launchFincra(
context,
publicKey:"<public_test_key|public_prod_key>",
amount: "4000",
name: "oyee",
phoneNumber: "+2348012345679",
currency: "NGN",
email: "[email protected]",
feeBearer: "business",
onSuccess: (data) {},
onError: (data) {},
onClose: () {},
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.