Skip to content

Commit

Permalink
just_audio_platform_interface 3.0.0-nullsafety.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Feb 2, 2021
1 parent d152f94 commit 3a7fb3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions just_audio_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.0-nullsafety.1

- Relax SDK version constraints.

## 3.0.0-nullsafety.0

- Null safety.
Expand Down
4 changes: 2 additions & 2 deletions just_audio_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 3.0.0-nullsafety.0
version: 3.0.0-nullsafety.1

dependencies:
flutter:
Expand All @@ -17,5 +17,5 @@ dev_dependencies:
pedantic: ^1.10.0-nullsafety.3

environment:
sdk: '>=2.12.0-133.7.beta <3.0.0'
sdk: '>=2.12.0-0 <3.0.0'
flutter: ">=1.12.13+hotfix.5"

0 comments on commit 3a7fb3d

Please sign in to comment.