payment_integration_oorjaa 0.0.2 payment_integration_oorjaa: ^0.0.2 copied to clipboard
uses razorpay payment gateway for India .
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add payment_integration_oorjaa
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
payment_integration_oorjaa: ^0.0.2
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:payment_integration_oorjaa/main.dart';
import 'package:payment_integration_oorjaa/make_payment.dart';
import 'package:payment_integration_oorjaa/models/payement_request.dart';
import 'package:payment_integration_oorjaa/models/payment_response.dart';