littlefish_payments_other
Other payment gateway package for the littlefish payments ecosystem. Enables manual "other" transaction processing including purchases, refunds, and reversals.
Features
OtherPaymentsGatewayconcrete implementation- Purchase, refund, and reversal flows
- Built-in success screens for other payment and refund transactions
- BLoC-based state management
Usage
Add the dependency to your pubspec.yaml:
dependencies:
littlefish_payments_other: ^1.0.0
Use OtherPaymentsGateway to initiate an "other" payment transaction through the littlefish payments gateway interface.
Libraries
- cubit/other_description_cubit
- cubit/other_description_state
- cubit/other_success_screen_cubit
- cubit/other_success_screen_state
- gateway/other_payment_gateway
- littlefish_payments_other
- models/other_description_result
- models/other_payment_result
- screens/other_payment_success_screen
- screens/other_refund_success_screen
- widgets/other_description_sheet