lpe_with_source library

Classes

LearmondPayButtons
A small widget that renders a row/wrap of payment method buttons.
LpeWithSourceConfig
Global configuration for LPE (Learmond Pay Element).
Source
Singleton accessor for Source helpers (single-instance API).
SourcePayButton
A small, reusable Source Pay button.

Functions

presentPaysheet(BuildContext context, {String? publishableKey, String? clientSecret, required String method, String? amount, Map<String, dynamic>? merchantArgs, String? totalPriceLabel, bool mountOnShow = false, bool enableStripeJs = false, void onResult(dynamic)?, Future<void> onPay()?}) Future