Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daegalus committed Aug 30, 2023
1 parent 8b0ada2 commit 13da889
Show file tree
Hide file tree
Showing 180 changed files with 5,643 additions and 5,711 deletions.
9 changes: 6 additions & 3 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 6.1.5">
<meta name="generator" content="made with love by dartdoc 6.2.2">
<meta name="description" content="uuid API docs, for the Dart programming language.">
<title>uuid - Dart API docs</title>

Expand Down Expand Up @@ -38,9 +38,12 @@
<div class="toggle" id="theme-button">
<label for="theme">
<input type="checkbox" id="theme" value="light-theme">
<span class="material-symbols-outlined">
<span id="dark-theme-button" class="material-symbols-outlined">
brightness_4
</span>
<span id="light-theme-button" class="material-symbols-outlined">
brightness_5
</span>
</label>
</div>
</header>
Expand Down Expand Up @@ -101,7 +104,7 @@ <h5><span class="package-name">uuid</span> <span class="package-kind">package</s
<footer>
<span class="no-break">
uuid
4.0.0-beta3-1
4.0.0
</span>


Expand Down
38 changes: 20 additions & 18 deletions doc/data/GlobalOptions-class.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@
<div class="toggle" id="theme-button">
<label for="theme">
<input type="checkbox" id="theme" value="light-theme">
<span class="material-symbols-outlined">
<span id="dark-theme-button" class="material-symbols-outlined">
brightness_4
</span>
<span id="light-theme-button" class="material-symbols-outlined">
brightness_5
</span>
</label>
</div>
</header>
Expand All @@ -50,7 +53,6 @@
<div id="dartdoc-main-content" class="main-content">
<div>
<h1><span class="kind-class">GlobalOptions</span> class
<a href="https://dart.dev/null-safety" class="feature feature-null-safety" title="Supports the null safety language feature.">Null safety</a>

</h1></div>

Expand Down Expand Up @@ -82,8 +84,8 @@ <h2>Properties</h2>

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

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

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

</dt>
<dd class="inherited">
Expand All @@ -124,21 +126,21 @@ <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/2.19.3/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/2.19.3/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.0.6/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.0.6/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="returntype parameter">&#8594; dynamic</span>
</span>


</dt>
<dd class="inherited">
Invoked when a non-existent method or property is accessed.
Invoked when a nonexistent method or property is accessed.
<div class="features"><span class="feature">inherited</span></div>

</dd>

<dt id="toString" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/2.19.3/dart-core/String-class.html">String</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.0.6/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.0.6/dart-core/String-class.html">String</a></span>
</span>


Expand All @@ -158,8 +160,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/2.19.3/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/2.19.3/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/2.19.3/dart-core/bool-class.html">bool</a></span>
<span class="name"><a href="https://api.dart.dev/stable/3.0.6/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.0.6/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.0.6/dart-core/bool-class.html">bool</a></span>
</span>


Expand Down Expand Up @@ -227,16 +229,16 @@ <h5>data library</h5>
<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/2.19.3/dart-core/Object/hashCode.html">hashCode</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/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/2.19.3/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/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/2.19.3/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/toString.html">toString</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/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/2.19.3/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/operator_equals.html">operator ==</a></li>



Expand All @@ -250,7 +252,7 @@ <h5>data library</h5>
<footer>
<span class="no-break">
uuid
4.0.0-beta3-1
4.0.0
</span>


Expand Down
18 changes: 10 additions & 8 deletions doc/data/GlobalOptions/GlobalOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@
<div class="toggle" id="theme-button">
<label for="theme">
<input type="checkbox" id="theme" value="light-theme">
<span class="material-symbols-outlined">
<span id="dark-theme-button" class="material-symbols-outlined">
brightness_4
</span>
<span id="light-theme-button" class="material-symbols-outlined">
brightness_5
</span>
</label>
</div>
</header>
Expand All @@ -51,7 +54,6 @@
<div id="dartdoc-main-content" class="main-content">
<div>
<h1><span class="kind-constructor">GlobalOptions</span> constructor
<a href="https://dart.dev/null-safety" class="feature feature-null-safety" title="Supports the null safety language feature.">Null safety</a>
</h1></div>

<section class="multi-line-signature">
Expand Down Expand Up @@ -97,16 +99,16 @@ <h5>GlobalOptions class</h5>
<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/2.19.3/dart-core/Object/hashCode.html">hashCode</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/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/2.19.3/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/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/2.19.3/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/toString.html">toString</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/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/2.19.3/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/operator_equals.html">operator ==</a></li>



Expand All @@ -123,7 +125,7 @@ <h5>GlobalOptions class</h5>
<footer>
<span class="no-break">
uuid
4.0.0-beta3-1
4.0.0
</span>


Expand Down
18 changes: 10 additions & 8 deletions doc/data/GlobalOptions/rng.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@
<div class="toggle" id="theme-button">
<label for="theme">
<input type="checkbox" id="theme" value="light-theme">
<span class="material-symbols-outlined">
<span id="dark-theme-button" class="material-symbols-outlined">
brightness_4
</span>
<span id="light-theme-button" class="material-symbols-outlined">
brightness_5
</span>
</label>
</div>
</header>
Expand All @@ -51,7 +54,6 @@
<div id="dartdoc-main-content" class="main-content">
<div>
<h1><span class="kind-property">rng</span> property
<a href="https://dart.dev/null-safety" class="feature feature-null-safety" title="Supports the null safety language feature.">Null safety</a>
</h1></div>

<section class="multi-line-signature">
Expand Down Expand Up @@ -97,16 +99,16 @@ <h5>GlobalOptions class</h5>
<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/2.19.3/dart-core/Object/hashCode.html">hashCode</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/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/2.19.3/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/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/2.19.3/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/toString.html">toString</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/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/2.19.3/dart-core/Object/operator_equals.html">operator ==</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/operator_equals.html">operator ==</a></li>



Expand All @@ -123,7 +125,7 @@ <h5>GlobalOptions class</h5>
<footer>
<span class="no-break">
uuid
4.0.0-beta3-1
4.0.0
</span>


Expand Down
Loading

0 comments on commit 13da889

Please sign in to comment.