pagarme_flutter_card_hash 0.2.0 copy "pagarme_flutter_card_hash: ^0.2.0" to clipboard
pagarme_flutter_card_hash: ^0.2.0 copied to clipboard

A Flutter package that allows you to generate card hashes to be used with Pagar.me's payment platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pagarme_flutter_card_hash

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

dependencies:
  pagarme_flutter_card_hash: ^0.2.0

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:pagarme_flutter_card_hash/pagarme_flutter_card_hash.dart';
6
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package that allows you to generate card hashes to be used with Pagar.me's payment platform.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

dio, encrypt, flutter

More

Packages that depend on pagarme_flutter_card_hash