Skip to content

Commit 13da889

Browse files
committed
Update docs
1 parent 8b0ada2 commit 13da889

File tree

180 files changed

+5643
-5711
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+5643
-5711
lines changed

doc/__404error.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
7-
<meta name="generator" content="made with love by dartdoc 6.1.5">
7+
<meta name="generator" content="made with love by dartdoc 6.2.2">
88
<meta name="description" content="uuid API docs, for the Dart programming language.">
99
<title>uuid - Dart API docs</title>
1010

@@ -38,9 +38,12 @@
3838
<div class="toggle" id="theme-button">
3939
<label for="theme">
4040
<input type="checkbox" id="theme" value="light-theme">
41-
<span class="material-symbols-outlined">
41+
<span id="dark-theme-button" class="material-symbols-outlined">
4242
brightness_4
4343
</span>
44+
<span id="light-theme-button" class="material-symbols-outlined">
45+
brightness_5
46+
</span>
4447
</label>
4548
</div>
4649
</header>
@@ -101,7 +104,7 @@ <h5><span class="package-name">uuid</span> <span class="package-kind">package</s
101104
<footer>
102105
<span class="no-break">
103106
uuid
104-
4.0.0-beta3-1
107+
4.0.0
105108
</span>
106109

107110

doc/data/GlobalOptions-class.html

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@
3939
<div class="toggle" id="theme-button">
4040
<label for="theme">
4141
<input type="checkbox" id="theme" value="light-theme">
42-
<span class="material-symbols-outlined">
42+
<span id="dark-theme-button" class="material-symbols-outlined">
4343
brightness_4
4444
</span>
45+
<span id="light-theme-button" class="material-symbols-outlined">
46+
brightness_5
47+
</span>
4548
</label>
4649
</div>
4750
</header>
@@ -50,7 +53,6 @@
5053
<div id="dartdoc-main-content" class="main-content">
5154
<div>
5255
<h1><span class="kind-class">GlobalOptions</span> class
53-
<a href="https://dart.dev/null-safety" class="feature feature-null-safety" title="Supports the null safety language feature.">Null safety</a>
5456

5557
</h1></div>
5658

@@ -82,8 +84,8 @@ <h2>Properties</h2>
8284

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

8890
</dt>
8991
<dd class="inherited">
@@ -104,8 +106,8 @@ <h2>Properties</h2>
104106
</dd>
105107

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

110112
</dt>
111113
<dd class="inherited">
@@ -124,21 +126,21 @@ <h2>Properties</h2>
124126
<h2>Methods</h2>
125127
<dl class="callables">
126128
<dt id="noSuchMethod" class="callable inherited">
127-
<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>)
129+
<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>)
128130
<span class="returntype parameter">&#8594; dynamic</span>
129131
</span>
130132

131133

132134
</dt>
133135
<dd class="inherited">
134-
Invoked when a non-existent method or property is accessed.
136+
Invoked when a nonexistent method or property is accessed.
135137
<div class="features"><span class="feature">inherited</span></div>
136138

137139
</dd>
138140

139141
<dt id="toString" class="callable inherited">
140-
<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>)
141-
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/2.19.3/dart-core/String-class.html">String</a></span>
142+
<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>)
143+
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.0.6/dart-core/String-class.html">String</a></span>
142144
</span>
143145

144146

@@ -158,8 +160,8 @@ <h2>Methods</h2>
158160
<h2>Operators</h2>
159161
<dl class="callables">
160162
<dt id="operator ==" class="callable inherited">
161-
<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>)
162-
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/2.19.3/dart-core/bool-class.html">bool</a></span>
163+
<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>)
164+
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/3.0.6/dart-core/bool-class.html">bool</a></span>
163165
</span>
164166

165167

@@ -227,16 +229,16 @@ <h5>data library</h5>
227229
<li class="section-title">
228230
<a href="../data/GlobalOptions-class.html#instance-properties">Properties</a>
229231
</li>
230-
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/hashCode.html">hashCode</a></li>
232+
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/hashCode.html">hashCode</a></li>
231233
<li><a href="../data/GlobalOptions/rng.html">rng</a></li>
232-
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/runtimeType.html">runtimeType</a></li>
234+
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/runtimeType.html">runtimeType</a></li>
233235

234236
<li class="section-title inherited"><a href="../data/GlobalOptions-class.html#instance-methods">Methods</a></li>
235-
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
236-
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/toString.html">toString</a></li>
237+
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
238+
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/toString.html">toString</a></li>
237239

238240
<li class="section-title inherited"><a href="../data/GlobalOptions-class.html#operators">Operators</a></li>
239-
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/operator_equals.html">operator ==</a></li>
241+
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/operator_equals.html">operator ==</a></li>
240242

241243

242244

@@ -250,7 +252,7 @@ <h5>data library</h5>
250252
<footer>
251253
<span class="no-break">
252254
uuid
253-
4.0.0-beta3-1
255+
4.0.0
254256
</span>
255257

256258

doc/data/GlobalOptions/GlobalOptions.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,12 @@
4040
<div class="toggle" id="theme-button">
4141
<label for="theme">
4242
<input type="checkbox" id="theme" value="light-theme">
43-
<span class="material-symbols-outlined">
43+
<span id="dark-theme-button" class="material-symbols-outlined">
4444
brightness_4
4545
</span>
46+
<span id="light-theme-button" class="material-symbols-outlined">
47+
brightness_5
48+
</span>
4649
</label>
4750
</div>
4851
</header>
@@ -51,7 +54,6 @@
5154
<div id="dartdoc-main-content" class="main-content">
5255
<div>
5356
<h1><span class="kind-constructor">GlobalOptions</span> constructor
54-
<a href="https://dart.dev/null-safety" class="feature feature-null-safety" title="Supports the null safety language feature.">Null safety</a>
5557
</h1></div>
5658

5759
<section class="multi-line-signature">
@@ -97,16 +99,16 @@ <h5>GlobalOptions class</h5>
9799
<li class="section-title">
98100
<a href="../../data/GlobalOptions-class.html#instance-properties">Properties</a>
99101
</li>
100-
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/hashCode.html">hashCode</a></li>
102+
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/hashCode.html">hashCode</a></li>
101103
<li><a href="../../data/GlobalOptions/rng.html">rng</a></li>
102-
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/runtimeType.html">runtimeType</a></li>
104+
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/runtimeType.html">runtimeType</a></li>
103105

104106
<li class="section-title inherited"><a href="../../data/GlobalOptions-class.html#instance-methods">Methods</a></li>
105-
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
106-
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/toString.html">toString</a></li>
107+
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
108+
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/toString.html">toString</a></li>
107109

108110
<li class="section-title inherited"><a href="../../data/GlobalOptions-class.html#operators">Operators</a></li>
109-
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/operator_equals.html">operator ==</a></li>
111+
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/operator_equals.html">operator ==</a></li>
110112

111113

112114

@@ -123,7 +125,7 @@ <h5>GlobalOptions class</h5>
123125
<footer>
124126
<span class="no-break">
125127
uuid
126-
4.0.0-beta3-1
128+
4.0.0
127129
</span>
128130

129131

doc/data/GlobalOptions/rng.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,12 @@
4040
<div class="toggle" id="theme-button">
4141
<label for="theme">
4242
<input type="checkbox" id="theme" value="light-theme">
43-
<span class="material-symbols-outlined">
43+
<span id="dark-theme-button" class="material-symbols-outlined">
4444
brightness_4
4545
</span>
46+
<span id="light-theme-button" class="material-symbols-outlined">
47+
brightness_5
48+
</span>
4649
</label>
4750
</div>
4851
</header>
@@ -51,7 +54,6 @@
5154
<div id="dartdoc-main-content" class="main-content">
5255
<div>
5356
<h1><span class="kind-property">rng</span> property
54-
<a href="https://dart.dev/null-safety" class="feature feature-null-safety" title="Supports the null safety language feature.">Null safety</a>
5557
</h1></div>
5658

5759
<section class="multi-line-signature">
@@ -97,16 +99,16 @@ <h5>GlobalOptions class</h5>
9799
<li class="section-title">
98100
<a href="../../data/GlobalOptions-class.html#instance-properties">Properties</a>
99101
</li>
100-
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/hashCode.html">hashCode</a></li>
102+
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/hashCode.html">hashCode</a></li>
101103
<li><a href="../../data/GlobalOptions/rng.html">rng</a></li>
102-
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/runtimeType.html">runtimeType</a></li>
104+
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/runtimeType.html">runtimeType</a></li>
103105

104106
<li class="section-title inherited"><a href="../../data/GlobalOptions-class.html#instance-methods">Methods</a></li>
105-
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
106-
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/toString.html">toString</a></li>
107+
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
108+
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/toString.html">toString</a></li>
107109

108110
<li class="section-title inherited"><a href="../../data/GlobalOptions-class.html#operators">Operators</a></li>
109-
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.3/dart-core/Object/operator_equals.html">operator ==</a></li>
111+
<li class="inherited"><a href="https://api.dart.dev/stable/3.0.6/dart-core/Object/operator_equals.html">operator ==</a></li>
110112

111113

112114

@@ -123,7 +125,7 @@ <h5>GlobalOptions class</h5>
123125
<footer>
124126
<span class="no-break">
125127
uuid
126-
4.0.0-beta3-1
128+
4.0.0
127129
</span>
128130

129131

0 commit comments

Comments
 (0)