sane_uuid 1.1.0 copy "sane_uuid: ^1.1.0" to clipboard
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.1.0 #

Features #

  • You can now generate v6 UUIDs (specified by RFC 9562) using Uuid.v6()

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
pub points
89%
popularity

Publisher

verified publisherbjoernpetersen.net

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, meta

More

Packages that depend on sane_uuid