intasend_flutter

Last updated:

0 purchases

intasend_flutter Image
intasend_flutter Images
Add to Cart

Description:

intasend flutter

intasend flutter #
Plugin for IntaSend's checkout integration.
How to setup checkout screen #
import 'package:intasend_flutter/models/checkout.dart';
import 'package:intasend_flutter/intasend_flutter.dart';

// How to initiate the checkout widget
Checkout checkout = Checkout(
publicKey: "<PUBLIC-KEY>",
amount: 10.01,
email: "[email protected]",
currency: "USD",
firstName: "Joe",
lastName: "Doe");

// Add test to true in sandbox environment. Use false to go live
IntasendFlutter.initCheckout(
test: true, checkout: checkout, context: context);
copied to clipboard
Code example #
Check example code here.

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.