power_plant 1.0.2+3 copy "power_plant: ^1.0.2+3" to clipboard
power_plant: ^1.0.2+3 copied to clipboard

A unique token generator

power_plant #

A unique token generator
Hecho en 🇵🇷 Radamés J. Valentín Reyes

Importing the library #

import 'package:power_plant/power_plant.dart';

Generate a unique alphanumeric/symbol combination(token) that should not repeat(in theory(must be greater than or equal to 18 to avoid repeating the token))

String token = uniqueToken(tokenLength: 50);
print("My randomly generated token is:");
print(token);//Prints something like 22V4Q[e2G47)21cà°69CN D24¥BG8344

Generate a unique alphanumeric combination

String alphanumeric = uniqueAlphanumeric(tokenLength: 40);
print(alphanumeric);//Prints something like P20UVOV2G2TL5211481OVU83UES07PJQM1MVGQE4

Contribute/donate by tapping on the Pay Pal logo/image #


0
likes
100
pub points
29%
popularity

Publisher

unverified uploader

A unique token generator

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

normalizer

More

Packages that depend on power_plant