sane_uuid 1.0.1 copy "sane_uuid: ^1.0.1" to clipboard
sane_uuid: ^1.0.1 copied to clipboard

A sane UUID implementation with support for generating and handling v1, v4 and v5 UUIDs according to RFC4122.

1.0.1 #

Bugfixes #

  • Fixed rounding error in Uuid.parsedTime

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.5 #

Breaking Changes #

  • Require Dart 3
  • Introduce class modifiers where applicable

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
3
likes
160
points
50.6k
downloads

Publisher

verified publisherbjoernpetersen.net

Weekly Downloads

A sane UUID implementation with support for generating and handling v1, v4 and v5 UUIDs according to RFC4122.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

crypto, meta

More

Packages that depend on sane_uuid