paystack_pos_flutter 0.0.2 copy "paystack_pos_flutter: ^0.0.2" to clipboard
paystack_pos_flutter: ^0.0.2 copied to clipboard

PlatformAndroid

A Flutter plugin that communicates with the Paystack terminal app to make payments.

paystack_pos_flutter #

A Flutter plugin that communicates with the Paystack terminal app to make payments.

Usage #

  try {
    final result = await PaystackPosFlutter.initPayment(500000);
  } on PlatformException catch (err) {
    print("Err: ${err.message}");
  }
0
likes
150
pub points
0%
popularity

Publisher

unverified uploader

A Flutter plugin that communicates with the Paystack terminal app to make payments.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on paystack_pos_flutter