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
Usage
Import package
import 'package:flutter_upi_pay/flutter_upi_pay.dart';
Create FlutterPayment instance
FlutterPayment flutterPayment = FlutterPayment();
Setup options
flutterPayment.launchUpi(
upi_id: "test@oksbi",
name: "tester",
amount: "100",
message: "test",
currency: "INR");
Preview Image
