ulid

Creator: coderz1093

Last updated:

Add to Cart

Description:

ulid

Ulid implementation in Dart #
Lexicographically sortable, 128-bit identifier (UUID) with 48-bit timestamp and 80 random bits.
Canonically encoded as a 26 character string, as opposed to the 36 character UUID.
Original implementation: https://github.com/alizain/ulid/
Usage #
A simple usage example:
import 'package:ulid/ulid.dart';

main() {
print(Ulid());
print(Ulid().toUuid());
}
copied to clipboard
Links #

source code
contributors: Agilord

License

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

Customer Reviews

There are no reviews.