dart_id

Creator: coderz1093

Last updated:

0 purchases

dart_id Image
dart_id Images

Languages

Categories

Add to Cart

Description:

dart id

Dart ID #
this is a fast way to create ids with data inside them about when they are created
How to use #
// all these parameters are optional
String id = DartID(
idLength: 20,
allowCapitalLetters: true,
allowNumbers: true,
allowSmallLetters: true,
allowSymbols: false,
swapParts: true,
).generate();
print(id);

DateTime createdAt = DartID().parseId(id);
print(createdAt);

copied to clipboard
As easy as that #

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.