paytmkaro 1.1.0
paytmkaro: ^1.1.0 copied to clipboard
Plugin for Adding Paytm Payment Gatway in Flutter( Supports Staging if and only if Paytm app is not installed on device).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add paytmkaroThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
paytmkaro: ^1.1.0Alternatively, 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:paytmkaro/paytmkaro.dart';