uid 0.1.1
uid: ^0.1.1 copied to clipboard
Generate a unique ID from datetime, convert it to millisecondsSinceEpoch, and combine it with a random position and a string.
0.1.1 #
- Update description.
0.1.0 #
- Updated to latest Flutter SDK (^3.9.0)
- isCapital parameter to generate IDs with only uppercase letters and numbers
- onlyNumbers parameter to generate IDs with only numeric characters
- getMultipleIds() method for batch ID generation
- Better error handling with ArgumentError instead of assertions
0.0.2 #
- Update description
0.0.1 #
- Initial release