flutter_miniplayer/CHANGELOG.md

83 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2021-09-29 17:22:40 +02:00
## 1.0.1
* Added dark theme support [#13](https://github.com/peterscodee/miniplayer/issues/13)
* Removed overflow errors in the example app [#14](https://github.com/peterscodee/miniplayer/issues/14)
2021-03-07 09:51:49 +01:00
## 1.0.0+2
* Fixed a bug introduced with the null safety release
2021-03-06 15:31:08 +01:00
## 1.0.0
* Null safety
* [Android] Back button now closes the player when expanded
* Introduced `MiniplayerWillPopScope` as a drop-in replacement for `WillPopScope` to work with nested architectures
* Updated the example to match the demo
2020-11-21 11:41:32 +01:00
## 0.6.1
2021-03-06 15:31:08 +01:00
* Mark onDismiss as deprecated: Replace with onDismiss**ed**
2020-11-21 11:41:32 +01:00
* API cleanup
2020-11-11 10:44:58 +01:00
## 0.6.0
* Added AnimationController
2020-11-21 11:41:32 +01:00
* Bug fixes
2020-11-11 10:44:58 +01:00
2020-09-23 11:57:04 +02:00
## 0.5.0+2
* Updated documentation
* Allow gestures to intervene in animations
2020-09-21 14:12:55 +02:00
## 0.5.0+1
2020-11-21 11:41:32 +01:00
* Bug fixes
2020-09-21 14:12:55 +02:00
* Dismiss behaviour is more natural now
2020-09-21 13:47:22 +02:00
## 0.5.0
2020-08-27 13:28:45 +02:00
2020-09-21 13:47:22 +02:00
* 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
2020-08-27 13:28:45 +02:00
2020-09-21 13:47:22 +02:00
## 0.4.1+2
2021-03-06 15:31:08 +01:00
* Updated the description based on a comment
from [@jwknows](https://www.reddit.com/r/FlutterDev/comments/ihipfr/miniplayer_functionality_in_flutter/#CommentTopMeta--Created--t1_g30dh9e:~:text=I%20might%20be%20wrong%20but%20I'm,be%20%22on%20top%22%20of%20dialogs%20etc...)
2020-09-21 13:47:22 +02:00
## 0.4.1+1
2020-08-27 12:23:30 +02:00
* Updated example reference in readme
2020-09-21 13:47:22 +02:00
## 0.4.1
2020-08-27 12:08:27 +02:00
* Updated example
2020-09-21 13:47:22 +02:00
## 0.4.0
2020-08-27 11:43:26 +02:00
* Added examples and demo images
* Added duration property
* Changed elevation rendering
2020-09-21 13:47:22 +02:00
## 0.3.0
* Migrated from StreamBuilder to ValueListenableBuilder
* 40% improvement in response time (previous 19.2ms, now 11.5ms)
* Added valueNotifier property
2020-09-21 13:47:22 +02:00
## 0.2.0
* Added backgroundColor property
2020-09-21 13:47:22 +02:00
## 0.1.2
2020-07-31 09:51:40 +02:00
2020-11-21 11:41:32 +01:00
* Bug fixes
2020-07-31 09:51:40 +02:00
2020-09-21 13:47:22 +02:00
## 0.1.1
2020-11-21 11:41:32 +01:00
* Bug fixes
2020-09-21 13:47:22 +02:00
## 0.1.0
2020-07-29 22:13:39 +02:00
2020-11-21 11:41:32 +01:00
* Initial Open Source release