paylike_luhn 2.0.0 copy "paylike_luhn: ^2.0.0" to clipboard
paylike_luhn: ^2.0.0 copied to clipboard

Luhn implementation based on the JS version for Paylike libraries

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add paylike_luhn

With Flutter:

 $ flutter pub add paylike_luhn

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

dependencies:
  paylike_luhn: ^2.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:paylike_luhn/paylike_luhn.dart';
0
likes
140
pub points
16%
popularity

Publisher

verified publisherpaylike.io

Luhn implementation based on the JS version for Paylike libraries

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on paylike_luhn