cashfree_pg 2.0.12+32 cashfree_pg: ^2.0.12+32 copied to clipboard
The official Flutter plugin for Cashfree PG integration. It opens the payment page inside a webview.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cashfree_pg
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
cashfree_pg: ^2.0.12+32
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:cashfree_pg/cashfree_pg.dart';