flutter_basqet

Last updated:

0 purchases

flutter_basqet Image
flutter_basqet Images
Add to Cart

Description:

flutter basqet

Flutter Basqet #
This package makes it easy to use the Basqet in your flutter project.
📸 Screen Shots #





How to Use plugin #
import 'package:flutter_basqet/flutter_basqet.dart';

BasqetFlutter.launchBasqet(
context,
publicKey: '<public_test_key|public_prod_key>',
email: '[email protected]',
description: 'urgent 2k in crypto',
currency: "ngn",
amount: "2000",
onClose: () {
print("modal closed");
},
onSuccess: (code) {
print(code);
Navigator.of(context).pop();
},
onError: (error) {
print(error);
print("on error");
},
);

copied to clipboard
The Transaction JSON returned for successful events
bq_<reference_code>
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.