From c9ce82d4ae759578bcaa33c54abcae975922f788 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Tue, 25 Aug 2020 16:52:18 +1000 Subject: [PATCH] Update minimum SDK requirements to flutter 1.20.0 and sdk 2.7.0 --- example/pubspec.yaml | 3 +-- pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) 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