Bump version to 0.5.0

This commit is contained in:
David 2020-09-21 13:47:22 +02:00
parent 3b2630a3c0
commit 72e96483c4
3 changed files with 19 additions and 12 deletions

View File

@ -1,39 +1,46 @@
## [0.4.1+2] ## 0.5.0
* 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...) * 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
## [0.4.1+1] ## 0.4.1+2
* 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...)
## 0.4.1+1
* Updated example reference in readme * Updated example reference in readme
## [0.4.1] ## 0.4.1
* Updated example * Updated example
## [0.4.0] ## 0.4.0
* Added examples and demo images * Added examples and demo images
* Added duration property * Added duration property
* Changed elevation rendering * Changed elevation rendering
## [0.3.0] ## 0.3.0
* Migrated from StreamBuilder to ValueListenableBuilder * Migrated from StreamBuilder to ValueListenableBuilder
* 40% improvement in response time (previous 19.2ms, now 11.5ms) * 40% improvement in response time (previous 19.2ms, now 11.5ms)
* Added valueNotifier property * Added valueNotifier property
## [0.2.0] ## 0.2.0
* Added backgroundColor property * Added backgroundColor property
## [0.1.2] ## 0.1.2
* Bug fixes. * Bug fixes.
## [0.1.1] ## 0.1.1
* Bug fixes. * Bug fixes.
## [0.1.0] ## 0.1.0
* Initial Open Source release. * Initial Open Source release.

View File

@ -24,7 +24,7 @@ dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
miniplayer: ^0.4.1+2 miniplayer: ^0.5.0
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:

View File

@ -1,6 +1,6 @@
name: miniplayer name: miniplayer
description: A lightweight flutter package to simplify the creation of a miniplayer. description: A lightweight flutter package to simplify the creation of a miniplayer.
version: 0.4.1+2 version: 0.5.0
homepage: https://www.peterscode.dev homepage: https://www.peterscode.dev
repository: https://github.com/peterscodee/miniplayer repository: https://github.com/peterscodee/miniplayer