shortuuid 2.1.1 copy "shortuuid: ^2.1.1" to clipboard
shortuuid: ^2.1.1 copied to clipboard

Generate short uuid (shorter version of 32 bit Guid). It will be useful if you need unque id that is in shorter format.

shortuuid #

Generate short uuid for Dart - shorten the original 32 bit Uuid A port version from short-uuid npm package (https://github.com/oculus42/short-uuid) Also thanks to uuid

Getting Started #

$ shortuuid: ^2.1.1
$ pub get

Usage: #

var shortUuid = ShortUuid.shortv4();
print(shortUuid);
// should be something like '2ZvH1zF5heKiXauFhhn9YT'
8
likes
30
pub points
22%
popularity

Publisher

unverified uploader

Generate short uuid (shorter version of 32 bit Guid). It will be useful if you need unque id that is in shorter format.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

uuid

More

Packages that depend on shortuuid