File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88v4.5.0
99
1010* Change to CryptoRNG by default, you will now need to use MathRNG explicitly if you want speed over security. (thanks @Rexios80 )
11- * This also works around a regression in the Dart SDK on WASM targets: https://github.com/dart-lang/sdk/issues/56609
11+ * This also works around a regression in the Dart SDK on WASM targets: < https://github.com/dart-lang/sdk/issues/56609 >
1212* Deprecate the use of ` Uuid.NAMESPACE* ` and ` UuidV5.NAMESPACE ` , and switch to using a proper const enum for this. (thanks @bymoye )
1313 * These will be removed once sufficient time has been made for the deprecation notice to be seen. Most likely v5.0.
1414 * Please use the new ` Namespace ` enum in ` enums.dart ` .
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class UuidParsing {
2525 return bytes;
2626 }
2727
28- /// Parses the provided [uuid] into a list of byte values as a List< int> .
28+ /// Parses the provided [uuid] into a list of byte values as a List< int> .
2929 /// Can optionally be provided a [buffer] to write into and
3030 /// a positional [offset] for where to start inputting into the buffer.
3131 ///
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ class Uuid {
6262 /// ```
6363 const Uuid ({this .goptions});
6464
65- /// Parses the provided [uuid] into a list of byte values as a List< int> .
65+ /// Parses the provided [uuid] into a list of byte values as a List< int> .
6666 /// Can optionally be provided a [buffer] to write into and
6767 /// a positional [offset] for where to start inputting into the buffer.
6868 /// Throws FormatException if the UUID is invalid. Optionally you can set
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
1111 meta : ^1.10.0
1212 fixnum : ^1.1.0
1313dev_dependencies :
14- lints : ^4 .0.0
14+ lints : ^6 .0.0
1515 test : ^1.25.8
1616funding :
1717 - https://ko-fi.com/yulian
You can’t perform that action at this time.
0 commit comments