- [Experimental] Fixed UuidValue to properly check things are valid. (Thanks @FlorianUlivi) #65
- [Experimental] Added new constructors
fromByteListandfromListtoUuidValue#64 - [Experimental] Added
==operator override and hashcode override. (Thanks @giorgiofran for suggestion) #64 - Added
parseAsByteListto offer a direct output toUint8List#64 - [Experimental][BREAKING CHANGE] Change
toBytesinUuidValueto returnUint8Listinstead ofList<int> - [Experimental][BREAKING CHANGE]
isValidUuidfunction signature has changed, now takes 2 optional parametersfromStringandfromListthat will do the appropriate validation on different sources.