flutter_upi_pay 0.0.2 copy "flutter_upi_pay: ^0.0.2" to clipboard
flutter_upi_pay: ^0.0.2 copied to clipboard

Flutter UPI Payment

Flutter UPI pay #

pub package

Buy me a coffee #

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 #

7
likes
130
points
92
downloads

Publisher

verified publisherabdulmanafpfassal.com

Weekly Downloads

2024.08.08 - 2025.02.20

Flutter UPI Payment

Documentation

API reference

License

MIT (license)

Dependencies

flutter, url_launcher

More

Packages that depend on flutter_upi_pay