flutter_miniplayer/CHANGELOG.md

39 lines
773 B
Markdown
Raw Normal View History

2020-08-27 13:28:45 +02:00
## [0.4.1+2]
* Updated the readme 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-08-27 12:23:30 +02:00
## [0.4.1+1]
* Updated example reference in readme
2020-08-27 12:08:27 +02:00
## [0.4.1]
* Updated example
2020-08-27 11:43:26 +02:00
## [0.4.0]
* Added examples and demo images
* Added duration property
* Changed elevation rendering
## [0.3.0]
* Migrated from StreamBuilder to ValueListenableBuilder
* 40% improvement in response time (previous 19.2ms, now 11.5ms)
* Added valueNotifier property
## [0.2.0]
* Added backgroundColor property
2020-07-31 09:51:40 +02:00
## [0.1.2]
* Bug fixes.
## [0.1.1]
* Bug fixes.
2020-07-29 22:32:28 +02:00
## [0.1.0]
2020-07-29 22:13:39 +02:00
* Initial Open Source release.