uuid
-Version 4.0.x is a complete redesign of the underlying setup, but tries to be API compatible or similar to 3.x.
+Version 4.x.x is a complete redesign of the underlying setup, but tries to be API compatible or similar to 3.x.
UuidValue is still Experimental and the API for it is in flux, please pay attention to changelogs and versions.
Simple, fast generation of RFC4122 UUIDs.
@@ -79,7 +79,7 @@ Instructions
Pubspec
dependencies:
- uuid: ^4.0.0
+ uuid: ^4.3.0
import 'package:uuid/uuid.dart';
@@ -243,7 +243,7 @@ uuid
diff --git a/doc/parsing/UuidParsing-class.html b/doc/parsing/UuidParsing-class.html
index 6a030ce..6d297fa 100644
--- a/doc/parsing/UuidParsing-class.html
+++ b/doc/parsing/UuidParsing-class.html
@@ -168,7 +168,7 @@ Operators
Static Methods
-
- parse(String uuid, {List<int>? buffer, int offset = 0, bool validate = true, ValidationMode validationMode = ValidationMode.strictRFC4122})
+ parse(String uuid, {List<int>? buffer, int offset = 0, bool validate = true, ValidationMode validationMode = ValidationMode.strictRFC4122, bool noDashes = false})
→ List<int>
@@ -183,7 +183,7 @@
Static Methods
-
- parseAsByteList(String uuid, {List<int>? buffer, int offset = 0, bool validate = true, ValidationMode validationMode = ValidationMode.strictRFC4122})
+ parseAsByteList(String uuid, {List<int>? buffer, int offset = 0, bool validate = true, ValidationMode validationMode = ValidationMode.strictRFC4122, bool noDashes = false})
→ Uint8List
@@ -261,7 +261,7 @@
Static Methods