cielo_payment_link 1.0.2 copy "cielo_payment_link: ^1.0.2" to clipboard
cielo_payment_link: ^1.0.2 copied to clipboard

outdated

A Flutter package that helps the shopkeeper create payment links. Its main objective is to allow stores to create links, through their own application and share with their customers, without the need [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cielo_payment_link

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

dependencies:
  cielo_payment_link: ^1.0.2

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:cielo_payment_link/payment_link.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package that helps the shopkeeper create payment links. Its main objective is to allow stores to create links, through their own application and share with their customers, without the need to access the Backoffice.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cielo_oauth, dio, flutter

More

Packages that depend on cielo_payment_link