izipay_payment 1.1.0
izipay_payment: ^1.1.0 copied to clipboard
A Flutter package to tokenize payment methods with Izipay. Integrates the native SDK to facilitate its use and improve the payment experience.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add izipay_paymentWith Flutter:
$ flutter pub add izipay_paymentThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
izipay_payment: ^1.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:izipay_payment/izipay_payment.dart';