paysheet 2.0.0+2
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.presentAPI - 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