Skip to content

Commit

Permalink
Update & publish new doc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue Fire committed Mar 15, 2024
1 parent d6fd68b commit 61d725c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ class RiverpodAwareTextComponent extends PositionComponent

`RiverpodGameMixin` provides listeners from all components to the build method of the
`RiverpodAwareGameWidget`.
The `addToGameWidgetBuild` method is available in the `RiverpodGameMixin` as well,
enabling you to access `ComponentRef` methods directly in your Game class.
4 changes: 3 additions & 1 deletion docs/main/bridge_packages/flame_riverpod/component.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,9 @@ <h2>RiverpodComponentMixin<a class="headerlink" href="#riverpodcomponentmixin" t
<section id="riverpodgamemixin">
<h2>RiverpodGameMixin<a class="headerlink" href="#riverpodgamemixin" title="Link to this heading"></a></h2>
<p><code class="docutils literal notranslate"><span class="pre">RiverpodGameMixin</span></code> provides listeners from all components to the build method of the
<code class="docutils literal notranslate"><span class="pre">RiverpodAwareGameWidget</span></code>.</p>
<code class="docutils literal notranslate"><span class="pre">RiverpodAwareGameWidget</span></code>.
The <code class="docutils literal notranslate"><span class="pre">addToGameWidgetBuild</span></code> method is available in the <code class="docutils literal notranslate"><span class="pre">RiverpodGameMixin</span></code> as well,
enabling you to access <code class="docutils literal notranslate"><span class="pre">ComponentRef</span></code> methods directly in your Game class.</p>
</section>
</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/main/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 61d725c

Please sign in to comment.