tempoid 0.2.0 copy "tempoid: ^0.2.0" to clipboard
tempoid: ^0.2.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
0
points
27
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)
View/report issues

License

unknown (license)

More

Packages that depend on tempoid