paysheet 2.0.0+3 copy "paysheet: ^2.0.0+3" to clipboard
paysheet: ^2.0.0+3 copied to clipboard

[pending analysis]

A lightweight, styling-only paysheet UI for Flutter.

paysheet #

A lightweight, styling-only paysheet widget for Flutter apps. This package provides a minimal bottom-sheet paysheet UI intended for SDK / merchant integration where the host app handles payment interactions.

Features #

  • Stylized paysheet layout with merchant header and summary list
  • Lightweight Paysheet.instance.present API
  • Example app included

Quick example #

await Paysheet.instance.present(
  context,
  method: 'card',
  amount: '9.99',
  onPay: () async {
    // call your server side integration here
  },
);

License #

MIT

Author #

The Learmond Corporation

0
likes
0
points
86
downloads

Publisher

verified publisherthelearmondcorporation.com

Weekly Downloads

A lightweight, styling-only paysheet UI for Flutter.

Homepage
Repository (GitHub)
View/report issues

License

(pending) (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on paysheet