deep_upi 0.0.5
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_upiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
deep_upi: ^0.0.5Alternatively, 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';