bancard_vpos 0.1.0
bancard_vpos: ^0.1.0 copied to clipboard
Flutter package for Bancard VPOS 2.0 payments (Paraguay). Supports single buy and recurring payments with native card management. No backend required.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bancard_vposThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bancard_vpos: ^0.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:bancard_vpos/bancard_vpos.dart';