From 88ba9459e76b145c80195b4fe3e00d00314ebec7 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Mon, 1 Feb 2021 17:43:43 +1100 Subject: [PATCH] just_audio_platform_interface 3.0.0-nullsafety.0 --- just_audio_platform_interface/CHANGELOG.md | 4 ++++ just_audio_platform_interface/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/just_audio_platform_interface/CHANGELOG.md b/just_audio_platform_interface/CHANGELOG.md index b8485045..e2046dd1 100644 --- a/just_audio_platform_interface/CHANGELOG.md +++ b/just_audio_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.0-nullsafety.0 + +- Null safety. + ## 2.0.0 - Breaking change: Implementations must not set the shuffle order except as diff --git a/just_audio_platform_interface/pubspec.yaml b/just_audio_platform_interface/pubspec.yaml index 3f5085d3..507fc5ac 100644 --- a/just_audio_platform_interface/pubspec.yaml +++ b/just_audio_platform_interface/pubspec.yaml @@ -3,7 +3,7 @@ description: A common platform interface for the just_audio plugin. homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_platform_interface # NOTE: We strongly prefer non-breaking changes, even at the expense of a # less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes -version: 2.0.0 +version: 3.0.0-nullsafety.0 dependencies: flutter: