scru128 1.1.0 copy "scru128: ^1.1.0" to clipboard
scru128: ^1.1.0 copied to clipboard

SCRU128 ID is yet another attempt to supersede UUID for the users who need decentralized, globally unique time-ordered identifiers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add scru128

With Flutter:

 $ flutter pub add scru128

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

dependencies:
  scru128: ^1.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:scru128/scru128.dart';
0
likes
140
pub points
0%
popularity

Publisher

verified publisherkkazuo.com

SCRU128 ID is yet another attempt to supersede UUID for the users who need decentralized, globally unique time-ordered identifiers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

More

Packages that depend on scru128