About Kuick Pay
Getting started
Visit https://kuickpay.com Get institutionID & kuickpaySecuredKey
Usage
PaymentRedirectionPage(
institutionID: '',
kuickpaySecuredKey: '',
orderID: '',
amount: '',
customername: '',
customerMobileNumber: '',
customerEmail: '',
successUrl: '',
failureUrl: '',
checkouturl: '',
orderdate_YYYY_MM_DD: '',
),
Here is the Sample Example
const like = 'sample';
class MyHomePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text('Kuickpay Integration')),
body: Center(
child: ElevatedButton(
onPressed: () {
Navigator.of(context).pushReplacement(
MaterialPageRoute(
builder: (BuildContext context) =>PaymentRedirectionPage(
institutionID: '',
kuickpaySecuredKey: '',
orderID: '',
amount: '',
customername: '',
customerMobileNumber: '',
customerEmail: '',
successUrl: '',
failureUrl: '',
checkouturl: '',
orderdate_YYYY_MM_DD: '',
),));
},
child: Text('Pay Now'),
),
),
);
}
}
Additional information
Support the package If you find this package useful, you can support it for free by giving it a thumbs up at the top of this page. Here's another option to support the package: