sane_uuid 1.1.0 sane_uuid: ^1.1.0 copied to clipboard
A sane UUID implementation with support for generating and handling v1, v4 and v5 UUIDs according to RFC4122.
1.0.0 #
Breaking Changes #
- Bumped minimum Dart version to 3.3.0
- The
Uuid.fromBytes
factory now accepts a Uint8List instead of a ByteBuffer - The type of
Uuid.bytes
has changed to Uint8List.
1.0.0-alpha.4 #
- Throw FormatException instead of ArgumentError in
Uuid.fromString
, because clients shouldn't have to catch errors.
1.0.0-alpha.2 #
- Initial version