cuid2 4.1.0 copy "cuid2: ^4.1.0" to clipboard
cuid2: ^4.1.0 copied to clipboard

A dart implementaion of the secure, collision-resistant ids optimized for horizontal scaling and performance (v2).

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate cuid2

Use it

The package has the following executables:

$ cuid2

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cuid2

With Flutter:

 $ flutter pub add cuid2

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

dependencies:
  cuid2: ^4.1.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:cuid2/cuid2.dart';
11
likes
160
points
920
downloads

Publisher

verified publisherobsidia.io

Weekly Downloads

A dart implementaion of the secure, collision-resistant ids optimized for horizontal scaling and performance (v2).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

pointycastle, web

More

Packages that depend on cuid2