phonepe_pg_web 0.0.1 copy "phonepe_pg_web: ^0.0.1" to clipboard
phonepe_pg_web: ^0.0.1 copied to clipboard

This package provides a Flutter wrapper for the PhonePe PG SDK, allowing you to easily accept payments from your Flutter Web app.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add phonepe_pg_web

With Flutter:

 $ flutter pub add phonepe_pg_web

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

dependencies:
  phonepe_pg_web: ^0.0.1

Alternatively, your editor might support dart pub get or 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_pg_web/model/payment_response.dart';
import 'package:phonepe_pg_web/phonepe_pg.dart';
2
likes
0
points
28
downloads

Publisher

verified publisherparaggupta.in

Weekly Downloads

This package provides a Flutter wrapper for the PhonePe PG SDK, allowing you to easily accept payments from your Flutter Web app.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, flutter, http, url_launcher, uuid, webview_flutter_web

More

Packages that depend on phonepe_pg_web