quantupi 0.0.3 copy "quantupi: ^0.0.3" to clipboard
quantupi: ^0.0.3 copied to clipboard

outdated

Quantupi is a flutter plugin that allows users to start UPI payment apps on iOS and Android, and complete the payment.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add quantupi
copied to clipboard

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

dependencies:
  quantupi: ^0.0.3
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:quantupi/quantupi.dart';
copied to clipboard
9
likes
0
points
80
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.04 - 2025.01.16

Quantupi is a flutter plugin that allows users to start UPI payment apps on iOS and Android, and complete the payment.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on quantupi