https://github.com/levicook/cuid
Dart port of cuid - collision resistant unique identifiers: https://usecuid.org/
https://github.com/levicook/cuid
cuid dart flutter unique-id-generator
Last synced: 8 months ago
JSON representation
Dart port of cuid - collision resistant unique identifiers: https://usecuid.org/
- Host: GitHub
- URL: https://github.com/levicook/cuid
- Owner: levicook
- License: mit
- Created: 2019-06-18T15:17:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T09:23:22.000Z (almost 4 years ago)
- Last Synced: 2025-03-22T05:32:05.817Z (over 1 year ago)
- Topics: cuid, dart, flutter, unique-id-generator
- Language: Dart
- Size: 5.86 KB
- Stars: 3
- Watchers: 0
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
cuid
----
Dart port of cuid, a strategy for generating unique collision-resistant IDs optimized for horizontal scaling and performance.
Original work and additional ports at: https://usecuid.org/