diff --git a/README.md b/README.md index 81d218c..f0c32c0 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,26 @@ Miniplayer( ), - + + + valueNotifier + +
+final ValueNotifier playerExpandProgress =
+    ValueNotifier(playerMinHeight);
+    
+Miniplayer( + valueNotifier: playerExpandProgress, +), +
+ + + + + ### Usage without BottomNavigationBar diff --git a/example/demo_gif/demo_valueNotifier.gif b/example/demo_gif/demo_valueNotifier.gif new file mode 100644 index 0000000..7014c2d Binary files /dev/null and b/example/demo_gif/demo_valueNotifier.gif differ