Versioning

This commit is contained in:
David 2020-11-11 10:44:58 +01:00
parent 114dc3dd50
commit 99d7bdb7d3
4 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
## 0.6.0
* Added AnimationController
* Bug fixes.
## 0.5.0+2
* Updated documentation
@ -17,7 +22,7 @@
## 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...)
* 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

View File

@ -121,6 +121,5 @@ class MyApp extends StatelessWidget {
[See example](https://pub.dev/packages/miniplayer/example)
## Roadmap
- [ ] Add a controller to be able to set positions programmatic
- [ ] Add an option to handle horizontal gestures as well (like Spotify does)
- [ ] Rewrite the API for onDismiss (breaking change)

View File

@ -24,7 +24,7 @@ dependencies:
flutter:
sdk: flutter
miniplayer: ^0.5.0+5
miniplayer: ^0.6.0
dev_dependencies:
flutter_test:

View File

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