dxvid-pts / miniplayer

A lightweight flutter package to simplify the creation of a miniplayer.
https://pub.dev/packages/miniplayer
MIT License
106 stars 79 forks source link

Miniplayer overview and valueNotifier usage clarification #10

Open saurabhkumar8112 opened 3 years ago

saurabhkumar8112 commented 3 years ago

Hey, thanks a ton for making this library. I am using it to make a mini-player like Spotify. I am facing few issues.

  1. When the animation goes from mini-player to full-screen player, what shows on mini player is simply the top part of full screen player. I would like to show an image and play/pause icon on mini-player, just like Spotify, but when I drag it down, on the mini player only the top part of full screen comes.
  2. valueNotifier usage is not clear. What should be the set value to make the bottom navigator disappear on expanding? Would appreciate your help