blayz_pay 0.1.90 blayz_pay: ^0.1.90 copied to clipboard
Blayzz Pay By Premiumtrust Bank.
Blayz Pay by Premiumtrust Bank
Features #
Pay with card. Pay with tranfer. Installement Payment
Getting started #
Usage #
Include short and useful examples for package users. Add longer examples
to /example
folder.
@override
Widget build(BuildContext context) {
return Scaffold(
body: Center(
child: const payment_widget(
TextColor: Colors.lightGreenAccent,
BorderColor: Colors.lightGreenAccent,
authToken: '',
platform: '',
allowCardPayment: true,
allowPayWithWallet: false,
allowPayInInstalment: false,
),
),
);
}
@override
Widget build(BuildContext context) {
return Scaffold(
body: Center(
child: const wallet_widget(
TextColor: Colors.lightGreenAccent,
BorderColor: Colors.lightGreenAccent,
authToken: '',
platform: '',
baseUrl: '',
deviceId: '',
allowPayInInstalment: false,
),
),
);
}
Additional information #
This package contains