Update README.md

This commit is contained in:
David 2020-09-23 10:58:01 +02:00
parent 2a77deda7f
commit 733cd8bd2b
2 changed files with 17 additions and 1 deletions

View File

@ -39,10 +39,26 @@ Miniplayer(
),
</pre>
</td>
<td ">
<td>
<img src="./example/demo_gif/demo_dismiss.gif"/>
</td>
</tr>
<tr>
<td>valueNotifier</td>
<td>
<pre lang="dart">
final ValueNotifier<double> playerExpandProgress =
ValueNotifier(playerMinHeight);
<br />
Miniplayer(
valueNotifier: playerExpandProgress,
),
</pre>
</td>
<td>
<img src="./example/demo_gif/demo_valueNotifier.gif"/>
</td>
</tr>
</table>
### Usage without BottomNavigationBar

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 KiB