snowflaker 1.0.0 copy "snowflaker: ^1.0.0" to clipboard
snowflaker: ^1.0.0 copied to clipboard

Twitter's snowflaker algorithm implementation in Dart.

Changelog #

All notable changes to this project will be documented in this file.

[1.0.0] - 2023-06-08 #

Added #

  • Initial release of the snowflaker ID generator.
  • Thread-safe generation of unique IDs.
  • Each ID contains a timestamp with millisecond precision.
  • Customizable worker and datacenter identifiers.
  • Unit tests for primary functionalities.
2
likes
0
points
91
downloads

Publisher

verified publisherlazebny.io

Weekly Downloads

Twitter's snowflaker algorithm implementation in Dart.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on snowflaker