Fix docs folder

This commit is contained in:
gianlucaparadise 2023-01-03 07:12:35 +01:00
parent c637688733
commit 8a4cbd9880
240 changed files with 59 additions and 59 deletions

1
.github/FUNDING.yml vendored Normal file
View file

@ -0,0 +1 @@
github: gianlucaparadise

View file

@ -22,4 +22,4 @@ run-all: # Run on all devices
cd example && flutter run -d all
docs: # Generate documentation
flutter pub run dartdoc --output doc/api
flutter pub run dartdoc --output docs/api

View file

@ -158,7 +158,7 @@
</dt>
<dd>
Internal method that shouldn't be visible
<div class="features">@<a href="https://pub.dev/documentation/meta/1.7.0/meta/internal-constant.html">internal</a></div>
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/internal-constant.html">internal</a></div>
</dd>

View file

@ -53,7 +53,7 @@
<div>
<ol class="annotation-list">
<li>@<a href="https://pub.dev/documentation/meta/1.7.0/meta/internal-constant.html">internal</a></li>
<li>@<a href="https://pub.dev/documentation/meta/1.8.0/meta/internal-constant.html">internal</a></li>
</ol>
</div>
@ -61,7 +61,7 @@
<span class="name ">onCastStateChanged</span>(<wbr><ol class="parameter-list"><li><span class="parameter" id="onCastStateChanged-param-castState"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span> <span class="parameter-name">castState</span></span></li>
</ol>)
<div class="features">@<a href="https://pub.dev/documentation/meta/1.7.0/meta/internal-constant.html">internal</a></div>
<div class="features">@<a href="https://pub.dev/documentation/meta/1.8.0/meta/internal-constant.html">internal</a></div>
</section>

View file

@ -64,7 +64,7 @@
<p>Some classes have a default textual representation,
often paired with a static <code>parse</code> function (like <a href="https://api.flutter.dev/flutter/dart-core/int/parse.html">int.parse</a>).
These classes will provide the textual representation as
their string represetion.</p>
their string representation.</p>
<p>Other classes have no meaningful textual representation
that a program will care about.
Such classes will typically override <code>toString</code> to provide

View file

@ -64,7 +64,7 @@
<p>Some classes have a default textual representation,
often paired with a static <code>parse</code> function (like <a href="https://api.flutter.dev/flutter/dart-core/int/parse.html">int.parse</a>).
These classes will provide the textual representation as
their string represetion.</p>
their string representation.</p>
<p>Other classes have no meaningful textual representation
that a program will care about.
Such classes will typically override <code>toString</code> to provide

Some files were not shown because too many files have changed in this diff Show more