spare_link 1.0.1 copy "spare_link: ^1.0.1" to clipboard
spare_link: ^1.0.1 copied to clipboard

Flutter SDK for Spare Link open-banking payments. Presents the payment flow, hands bank authorization to a real browser, and reports the payer back through your deep link.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add spare_link

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  spare_link: ^1.0.1

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:spare_link/spare_link.dart';
1
likes
150
points
132
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter SDK for Spare Link open-banking payments. Presents the payment flow, hands bank authorization to a real browser, and reports the payer back through your deep link.

Homepage
Repository (GitHub)
View/report issues

Topics

#payments #open-banking #fintech #sdk

License

BSD-3-Clause (license)

Dependencies

device_info_plus, flutter, flutter_inappwebview, http, logging, shared_preferences, url_launcher, uuid

More

Packages that depend on spare_link