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

A lightweight, styling-only paysheet UI for Flutter.

paysheet #

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 or stripe integration here
  },
);

License #

MIT

Author #

The Learmond Corporation

0
likes
0
points
98
downloads

Publisher

verified publisherthelearmondcorporation.com

Weekly Downloads

A lightweight, styling-only paysheet UI for Flutter.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on paysheet