From 7815354a7d46f27ff93bb1c97594930280997bd4 Mon Sep 17 00:00:00 2001 From: David Peters <8vsxdxd@gmail.com> Date: Sat, 6 Mar 2021 15:31:08 +0100 Subject: [PATCH] 1.0.0 release --- CHANGELOG.md | 12 ++++++++++-- example/pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e61a7..f2625db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ +## 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 + ## 0.6.1 -* Mark ~~onDismiss~~ as deprecated: Migrate ~~onDismiss~~ to onDismissed as ~~onDismiss~~ will be used differently in a future version +* Mark onDismiss as deprecated: Replace with onDismiss**ed** * API cleanup ## 0.6.0 @@ -27,7 +34,8 @@ ## 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/example/pubspec.yaml b/example/pubspec.yaml index 7364fb1..f323633 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: ">=2.7.0 <3.0.0" + sdk: ">=2.12.0 <3.0.0" dependencies: flutter: