Fix docs folder
This commit is contained in:
parent
c637688733
commit
8a4cbd9880
240 changed files with 59 additions and 59 deletions
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
github: gianlucaparadise
|
||||
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
@ -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>
|
||||
|
||||
|
|
@ -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>
|
||||
|
||||
|
|
@ -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
|
||||
|
|
@ -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
Loading…
Reference in a new issue