blayz_pay

Creator: coderz1093

Last updated:

0 purchases

blayz_pay Image
blayz_pay Images

Languages

Categories

Add to Cart

Description:

blayz pay

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,
),
),
);
}
copied to clipboard
Additional information #
This package contains

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.