xid 1.1.2 copy "xid: ^1.1.2" to clipboard
xid: ^1.1.2 copied to clipboard

Xid is a globally unique id generator. Xids are small, fast to generate, sortable, compact URL-safe string with no configuration or central generator server.

example/xid_example.dart

import 'package:xid/xid.dart';

void main() {
  var xid = Xid();
  print('generated id: $xid');
}
21
likes
140
pub points
87%
popularity

Publisher

unverified uploader

Xid is a globally unique id generator. Xids are small, fast to generate, sortable, compact URL-safe string with no configuration or central generator server.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on xid