littlefish_payments_split 3.1.0
littlefish_payments_split: ^3.1.0 copied to clipboard
Split payments gateway package for littlefish payments ecosystem. Enables splitting a single order across multiple payment legs.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add littlefish_payments_splitWith Flutter:
$ flutter pub add littlefish_payments_splitThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
littlefish_payments_split: ^3.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:littlefish_payments_split/littlefish_payments_split.dart';