diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b2b3d..23facdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index dd97b4c..1c6c2ae 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 3fa4309..2a32b2e 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: flutter: sdk: flutter - miniplayer: ^0.5.0+5 + miniplayer: ^0.6.0 dev_dependencies: flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index e105987..8f24f33 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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