vanilla_pay_international 1.0.3
vanilla_pay_international: ^1.0.3 copied to clipboard
This package provides a convenient way to integrate Vanilla Pay International services into your Flutter applications (Android & iOs).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vanilla_pay_internationalThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vanilla_pay_international: ^1.0.3Alternatively, 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:vanilla_pay_international/vanilla_pay_international.dart';