tempoid 0.4.0 copy "tempoid: ^0.4.0" to clipboard
tempoid: ^0.4.0 copied to clipboard

A library to generate URL-friendly, unique, and short IDs that are sortable by time. Inspired by nanoid and UUIDv7.

example/tempoid_example.dart

import 'package:tempoid/tempoid.dart';

void main() {
  for (int i = 0; i < 10; i++) {
    final id = TempoId.generate();
    print('ID: $id');
  }
}
0
likes
160
points
30
downloads

Publisher

verified publishertienisto.com

Weekly Downloads

A library to generate URL-friendly, unique, and short IDs that are sortable by time. Inspired by nanoid and UUIDv7.

Homepage
Repository (GitHub)

Topics

#id #identifier #uuid #random #nanoid

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

More

Packages that depend on tempoid