diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 29a7f20..93b0942 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -3,8 +3,7 @@ description: Demonstrates how to use the just_audio plugin. publish_to: 'none' environment: - sdk: '>=2.6.0 <3.0.0' - flutter: ">=1.12.8 <2.0.0" + sdk: ">=2.7.0 <3.0.0" dependencies: audio_session: ^0.0.1 diff --git a/pubspec.yaml b/pubspec.yaml index 4b35913..a9ed901 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,8 +4,8 @@ version: 0.3.4 homepage: https://github.com/ryanheise/just_audio environment: - sdk: '>=2.6.0 <3.0.0' - flutter: ">=1.12.8 <2.0.0" + sdk: ">=2.7.0 <3.0.0" + flutter: ">=1.20.0 <2.0.0" dependencies: audio_session: ^0.0.1