flutter_basqet 1.0.1 copy "flutter_basqet: ^1.0.1" to clipboard
flutter_basqet: ^1.0.1 copied to clipboard

Official plugin for using Basqet SDK with flutter https://basqet.com/.

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: 'example@gmail.com',
   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");
   },
);

The Transaction JSON returned for successful events

  bq_<reference_code>
4
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Official plugin for using Basqet SDK with flutter https://basqet.com/.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, webview_flutter

More

Packages that depend on flutter_basqet