payubiz_cb_flutter 1.2.0
payubiz_cb_flutter: ^1.2.0 copied to clipboard
The PayU Custom Browser for Flutter provides a optimized solution for Flutter App to open bank pages, Otp Auto read and submit. The PayU Custom Browser allows you to integrate with the PayU PG with mi [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add payubiz_cb_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
payubiz_cb_flutter: ^1.2.0Alternatively, 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:payubiz_cb_flutter/payubiz_cb_flutter.dart';