Skip to content

Commit

Permalink
Update docs, fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
daegalus committed Apr 8, 2024
1 parent 670b700 commit 6c91f35
Show file tree
Hide file tree
Showing 258 changed files with 3,257 additions and 1,776 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ v3.0.3
* [Experimental] Added new constructors `fromByteList` and `fromList` to `UuidValue`
* [Experimental] Added `==` operator override and hashcode override. (Thanks @giorgiofran for suggestion)
* Added `parseAsByteList` to offer a direct output to `Uint8List`
* [Experimental][BREAKING CHANGE] Change `toBytes` in `UuidValue` to return `Uint8List` instead of `List<int>`
* [Experimental][BREAKING CHANGE] `isValidUuid` function signature has changed, now takes 2 optional parameters `fromString` and `fromList` that will do the appropriate validation on different sources.
* \[Experimental\]\[BREAKING CHANGE\] Change `toBytes` in `UuidValue` to return `Uint8List` instead of `List<int>`
* \[Experimental\]\[BREAKING CHANGE\] `isValidUuid` function signature has changed, now takes 2 optional parameters `fromString` and `fromList` that will do the appropriate validation on different sources.

v3.0.2

Expand All @@ -131,7 +131,7 @@ v3.0.1

v3.0.0

* Release nullsafety version
* Release nullsafety version.

v3.0.0-nullsafety.1

Expand Down Expand Up @@ -190,7 +190,7 @@ v1.0.3

v1.0.2

* Fix constants breaking in Dart 1.x, need to be backwards compatible.
* Fix constants breaking in Dart 1.x, need to be backwards compatible.

v1.0.1

Expand Down
4 changes: 2 additions & 2 deletions doc/__404error.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
<meta name="generator" content="made with love by dartdoc 7.0.1-wip">
<meta name="generator" content="made with love by dartdoc 8.0.3">
<meta name="description" content="uuid API docs, for the Dart programming language.">
<title>uuid - Dart API docs</title>

Expand Down Expand Up @@ -106,7 +106,7 @@ <h5><span class="package-name">uuid</span> <span class="package-kind">package</s
<footer>
<span class="no-break">
uuid
4.3.3
4.4.0
</span>


Expand Down
13 changes: 8 additions & 5 deletions doc/data/GlobalOptions-class-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,24 @@
<li><a href="data/GlobalOptions/GlobalOptions.html">GlobalOptions</a></li>



<li class="section-title">
<a href="data/GlobalOptions-class.html#instance-properties">Properties</a>
</li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Object/hashCode.html">hashCode</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="data/GlobalOptions/rng.html">rng</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Object/runtimeType.html">runtimeType</a></li>

<li class="section-title inherited"><a href="data/GlobalOptions-class.html#instance-methods">Methods</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Object/toString.html">toString</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Object/toString.html">toString</a></li>

<li class="section-title inherited"><a href="data/GlobalOptions-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Object/operator_equals.html">operator ==</a></li>






</ol>
22 changes: 11 additions & 11 deletions doc/data/GlobalOptions-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../index.html">uuid</a></li>
<li><a href="../data/data-library.html">data</a></li>
<li><a href="../data/data-library.html">data.dart</a></li>
<li class="self-crumb">GlobalOptions class</li>
</ol>
<div class="self-name">GlobalOptions</div>
Expand Down Expand Up @@ -88,8 +88,8 @@ <h2>Properties</h2>

<dl class="properties">
<dt id="hashCode" class="property inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Object/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.2.4/dart-core/int-class.html">int</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Object/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.3.2/dart-core/int-class.html">int</a></span>

</dt>
<dd class="inherited">
Expand All @@ -110,8 +110,8 @@ <h2>Properties</h2>
</dd>

<dt id="runtimeType" class="property inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.2.4/dart-core/Type-class.html">Type</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/3.3.2/dart-core/Type-class.html">Type</a></span>

</dt>
<dd class="inherited">
Expand All @@ -130,7 +130,7 @@ <h2>Properties</h2>
<h2>Methods</h2>
<dl class="callables">
<dt id="noSuchMethod" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="name"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="returntype parameter">&#8594; dynamic</span>
</span>

Expand All @@ -143,8 +143,8 @@ <h2>Methods</h2>
</dd>

<dt id="toString" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.2.4/dart-core/String-class.html">String</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.3.2/dart-core/String-class.html">String</a></span>
</span>


Expand All @@ -164,8 +164,8 @@ <h2>Methods</h2>
<h2>Operators</h2>
<dl class="callables">
<dt id="operator ==" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.2.4/dart-core/bool-class.html">bool</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.3.2/dart-core/bool-class.html">bool</a></span>
</span>


Expand Down Expand Up @@ -212,7 +212,7 @@ <h5>data library</h5>
<footer>
<span class="no-break">
uuid
4.3.3
4.4.0
</span>


Expand Down
6 changes: 3 additions & 3 deletions doc/data/GlobalOptions/GlobalOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../../index.html">uuid</a></li>
<li><a href="../../data/data-library.html">data</a></li>
<li><a href="../../data/data-library.html">data.dart</a></li>
<li><a href="../../data/GlobalOptions-class.html">GlobalOptions</a></li>
<li class="self-crumb">GlobalOptions const constructor</li>
</ol>
Expand Down Expand Up @@ -72,7 +72,7 @@ <h1><span class="kind-constructor">GlobalOptions</span> constructor

<section class="summary source-code" id="source">
<h2><span>Implementation</span></h2>
<pre class="language-dart"><code class="language-dart">const GlobalOptions</code></pre>
<pre class="language-dart"><code class="language-dart">const GlobalOptions(this.rng);</code></pre>
</section>


Expand Down Expand Up @@ -106,7 +106,7 @@ <h5>GlobalOptions class</h5>
<footer>
<span class="no-break">
uuid
4.3.3
4.4.0
</span>


Expand Down
4 changes: 2 additions & 2 deletions doc/data/GlobalOptions/rng.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="../../index.html">uuid</a></li>
<li><a href="../../data/data-library.html">data</a></li>
<li><a href="../../data/data-library.html">data.dart</a></li>
<li><a href="../../data/GlobalOptions-class.html">GlobalOptions</a></li>
<li class="self-crumb">rng property</li>
</ol>
Expand Down Expand Up @@ -106,7 +106,7 @@ <h5>GlobalOptions class</h5>
<footer>
<span class="no-break">
uuid
4.3.3
4.4.0
</span>


Expand Down
13 changes: 8 additions & 5 deletions doc/data/V1Options-class-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,28 @@
<li><a href="data/V1Options/V1Options.html">V1Options</a></li>



<li class="section-title">
<a href="data/V1Options-class.html#instance-properties">Properties</a>
</li>
<li><a href="data/V1Options/clockSeq.html">clockSeq</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Object/hashCode.html">hashCode</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Object/hashCode.html">hashCode</a></li>
<li><a href="data/V1Options/mSecs.html">mSecs</a></li>
<li><a href="data/V1Options/node.html">node</a></li>
<li><a href="data/V1Options/nSecs.html">nSecs</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li><a href="data/V1Options/seedBytes.html">seedBytes</a></li>

<li class="section-title inherited"><a href="data/V1Options-class.html#instance-methods">Methods</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Object/toString.html">toString</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Object/toString.html">toString</a></li>

<li class="section-title inherited"><a href="data/V1Options-class.html#operators">Operators</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.2.4/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.3.2/dart-core/Object/operator_equals.html">operator ==</a></li>






</ol>
Loading

0 comments on commit 6c91f35

Please sign in to comment.