unique_id_generator 1.0.0
unique_id_generator: ^1.0.0 copied to clipboard
A Dart library for generating unique identifiers with customizable prefixes and lengths.
CHANGELOG.md
## 1.0.0
- Initial release with random and timestamp-based ID generation.
- Added unit tests and example usage.