phonepe_gateway 0.0.5+beta
phonepe_gateway: ^0.0.5+beta copied to clipboard
The provided code is a Flutter application that attempts to integrate the "PhonePe" payment gateway for processing payments.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add phonepe_gatewayThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
phonepe_gateway: ^0.0.5+betaAlternatively, 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:phonepe_gateway/phonepe_gateway.dart';