littlefish_payments_split

Split payments gateway package for the littlefish payments ecosystem. Enables splitting a single order across multiple payment legs, with support for reconciliation and partial refunds.

Features

  • Split a payment across multiple legs (e.g. cash + card)
  • Reconciliation flow with per-leg status tracking
  • Split refund support
  • BLoC-based state management

Usage

Add the dependency to your pubspec.yaml:

dependencies:
  littlefish_payments_split: ^1.0.0

Use LittlefishSplitPaymentGateway to initiate a split payment session, and ReconciliationScreen / SplitRefundScreen for the built-in UI flows.