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

A flutter plugin to launch UPI payment applications on Android and iOS towards making UPI payments.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add upi_payment_plugin

With Flutter:

 $ flutter pub add upi_payment_plugin

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  upi_payment_plugin: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:upi_payment_plugin/upi_payment_plugin.dart';
0
likes
0
points
17
downloads

Publisher

verified publishercodingislife.net

Weekly Downloads

A flutter plugin to launch UPI payment applications on Android and iOS towards making UPI payments.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on upi_payment_plugin

Packages that implement upi_payment_plugin