power_plant 1.0.0+1 copy "power_plant: ^1.0.0+1" to clipboard
power_plant: ^1.0.0+1 copied to clipboard

outdated

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 combination(token) that does 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

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


1
likes
0
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A unique token generator

License

unknown (license)

More

Packages that depend on power_plant