deep_upi 0.0.5 copy "deep_upi: ^0.0.5" to clipboard
deep_upi: ^0.0.5 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 Flutter:

 $ flutter pub add deep_upi

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

dependencies:
  deep_upi: ^0.0.5

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:deep_upi/model/upi_app_model.dart';
import 'package:deep_upi/upi_payment_plugin.dart';
import 'package:deep_upi/upi_payment_plugin_method_channel.dart';
import 'package:deep_upi/upi_payment_plugin_platform_interface.dart';
1
likes
150
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on deep_upi

Packages that implement deep_upi