spare_link 1.0.1
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_linkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
spare_link: ^1.0.1Alternatively, 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';