chispend_widget 0.0.1 copy "chispend_widget: ^0.0.1" to clipboard
chispend_widget: ^0.0.1 copied to clipboard

A flutter package for both android and ios that provides a widget that allows access to chispend marketplace.

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);
      },
    );
  }
}

Screenshot_20221004-170738 Screenshot_20221004-171219 Screenshot_20221004-170946

Additional information #

Please refer to webview package if any issue is encountered.

2
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A flutter package for both android and ios that provides a widget that allows access to chispend marketplace.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSL-1.0 (LICENSE)

Dependencies

flutter, webview_flutter

More

Packages that depend on chispend_widget