chispend_widget

Creator: coderz1093

Last updated:

0 purchases

chispend_widget Image
chispend_widget Images

Languages

Categories

Add to Cart

Description:

chispend widget

A flutter package the provides a widget for ChiSpend marketplace.
Requirement #

Android Support: SDK 19+ or 20+
IOS Support: 9.0+

Feature #

Access to ChiSpend marketplace using webview.
Full ability to customise widget theme and colour.

Usage #
class ChiSpendExample extends StatelessWidget {
const ChiSpendExample({Key? key}) : super(key: key);

@override
Widget build(BuildContext context) {
return ChiSpendWidget(
primaryColor: Colors.green,
chiSpendTheme: ChiSpendTheme.royal,
maxAmountInUSD: 1000,
onMessageReceived: (v) {
print(v);
},
);
}
}
copied to clipboard



Additional information #
Please refer to webview package if any issue is encountered.

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.