Skip to content

Commit

Permalink
just_audio_web 0.3.0-nullsafety.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Feb 2, 2021
1 parent 3a7fb3d commit eeced7a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion just_audio_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: just_audio_platform_interface
description: A common platform interface for the just_audio plugin.
description: A common platform interface for the just_audio plugin. Different platform implementations of just_audio should implement this interface.
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
Expand Down
4 changes: 4 additions & 0 deletions just_audio_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0-nullsafety.1

* Relax SDK version constraints.

## 0.3.0-nullsafety.0

* Null safety.
Expand Down
4 changes: 2 additions & 2 deletions just_audio_web/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packages:
name: just_audio_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0-nullsafety.0"
version: "3.0.0-nullsafety.1"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -73,5 +73,5 @@ packages:
source: hosted
version: "2.1.0-nullsafety.5"
sdks:
dart: ">=2.12.0-133.7.beta <3.0.0"
dart: ">=2.12.0-0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"
8 changes: 4 additions & 4 deletions just_audio_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: just_audio_web
description: Web platform implementation of just_audio
description: Web platform implementation of just_audio. This implementation is endorsed and therefore doesn't require a direct dependency.
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_web
version: 0.3.0-nullsafety.0
version: 0.3.0-nullsafety.1

flutter:
plugin:
Expand All @@ -11,12 +11,12 @@ flutter:
fileName: just_audio_web.dart

dependencies:
just_audio_platform_interface: ^3.0.0-nullsafety.0
just_audio_platform_interface: ^3.0.0-nullsafety.1
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter

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 eeced7a

Please sign in to comment.