- Fixed a bug introduced with the null safety release
- Null safety
- [Android] Back button now closes the player when expanded
- Introduced
MiniplayerWillPopScope
as a drop-in replacement forWillPopScope
to work with nested architectures - Updated the example to match the demo
- Mark onDismiss as deprecated: Replace with onDismissed
- API cleanup
- Added AnimationController
- Bug fixes
- Updated documentation
- Allow gestures to intervene in animations
- Bug fixes
- Dismiss behaviour is more natural now
- Added onDismiss property
- If onDismiss ist set, the miniplayer can be dismissed through a drag down gesture
- Drag behaviour is more natural now
- Changed default curve to Curves.easeOut
- Updated the description based on a comment from @jwknows
- Updated example reference in readme
- Updated example
- Added examples and demo images
- Added duration property
- Changed elevation rendering
- Migrated from StreamBuilder to ValueListenableBuilder
- 40% improvement in response time (previous 19.2ms, now 11.5ms)
- Added valueNotifier property
- Added backgroundColor property
- Bug fixes
- Bug fixes
- Initial Open Source release