luhn

Last updated:

0 purchases

luhn Image
luhn Images
Add to Cart

Description:

luhn

Luhn check digit algorithm implementation
import 'package:luhn/luhn.dart';

void main() {
// Five digits code
final code = '92812';
// Code with the checksum
print(Luhn.computeAndAppendCheckDigit(code));
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.