niubiz_payment 1.0.1 copy "niubiz_payment: ^1.0.1" to clipboard
niubiz_payment: ^1.0.1 copied to clipboard

A Flutter package to tokenize payment methods with Niubiz. Integrates the native SDK to facilitate its use and improve the payment experience.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add niubiz_payment

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  niubiz_payment: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:niubiz_payment/niubiz_payment.dart';
2
likes
150
points
6
downloads

Publisher

verified publishercreegplay.dev

Weekly Downloads

A Flutter package to tokenize payment methods with Niubiz. Integrates the native SDK to facilitate its use and improve the payment experience.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on niubiz_payment

Packages that implement niubiz_payment