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

Platformweb

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 Flutter:

 $ flutter pub add phonepe_pg_web

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

dependencies:
  phonepe_pg_web: ^0.0.3

Alternatively, 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_pg_web/model/payment_response.dart';
import 'package:phonepe_pg_web/phonepe_pg.dart';
2
likes
120
points
31
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.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

crypto, flutter, http, url_launcher, uuid, webview_flutter_web

More

Packages that depend on phonepe_pg_web