uuidx 2.0.0 copy "uuidx: ^2.0.0" to clipboard
uuidx: ^2.0.0 copied to clipboard

UUIDx is a robust UUID generation library for Dart, offering singleton-based management for UUIDv4 and deterministic UUIDv5 generation. It ensures uniqueness tracking, collision prevention, and clean [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add uuidx

With Flutter:

 $ flutter pub add uuidx

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  uuidx: ^2.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:uuidx/uuidx.dart';
0
likes
130
points
93
downloads

Documentation

API reference

Publisher

verified publishernasriya.net

Weekly Downloads

UUIDx is a robust UUID generation library for Dart, offering singleton-based management for UUIDv4 and deterministic UUIDv5 generation. It ensures uniqueness tracking, collision prevention, and clean Dart integration.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto

More

Packages that depend on uuidx