flutter_upi_pay

Creator: coderz1093

Last updated:

Add to Cart

Description:

flutter upi pay

Flutter UPI pay #

Buy me a coffee #

Flutter plugin for UPI Payment.
Supported Platforms #


Android
IOS


Getting Started #
This plugin is available on Pub: https://pub.dev/packages/flutter_upi_pay.
Add this to dependencies in your app's pubspec.yaml
flutter_upi_pay: 0.0.2
copied to clipboard
Usage #
Import package
import 'package:flutter_upi_pay/flutter_upi_pay.dart';
copied to clipboard
Create FlutterPayment instance
FlutterPayment flutterPayment = FlutterPayment();
copied to clipboard
Setup options #
flutterPayment.launchUpi(
upi_id: "test@oksbi",
name: "tester",
amount: "100",
message: "test",
currency: "INR");
copied to clipboard
Preview Image #

License

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

Files:

Customer Reviews

There are no reviews.