thawani_payment 1.2.4 thawani_payment: ^1.2.4 copied to clipboard
Flutter package helps you to use thawani checkout api with save the cards , and add thawani payment in the Flutter App
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add thawani_payment
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
thawani_payment: ^1.2.4
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:thawani_payment/thawani_payment.dart';