boxpaybridge 0.0.1
boxpaybridge: ^0.0.1 copied to clipboard
A Flutter plugin that bridges to native code for detecting installed UPI apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add boxpaybridgeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
boxpaybridge: ^0.0.1Alternatively, 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:boxpaybridge/UPIAppDetecrtor.dart';
import 'package:boxpaybridge/flutter_plugin.dart';
import 'package:boxpaybridge/flutter_plugin_method_channel.dart';
import 'package:boxpaybridge/flutter_plugin_platform_interface.dart';