From 2b4270003e2d42297746ad939a6b200bc5b0b240 Mon Sep 17 00:00:00 2001 From: dab246 Date: Wed, 8 Jun 2022 10:22:19 +0700 Subject: [PATCH] TF-624 Upgrade flutter sdk 3.0.1 and min dart sdk 2.16.2 --- Dockerfile | 2 +- bitrise.yml | 2 +- contact/pubspec.yaml | 2 +- core/pubspec.yaml | 4 ++-- model/pubspec.yaml | 2 +- pubspec.yaml | 7 +++---- 6 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3930ec70c..d518b42ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:latest AS build-env ENV FLUTTER_CHANNEL="stable" -ENV FLUTTER_VERSION="2.10.0" +ENV FLUTTER_VERSION="3.0.1" ENV FLUTTER_URL="https://storage.googleapis.com/flutter_infra_release/releases/$FLUTTER_CHANNEL/linux/flutter_linux_$FLUTTER_VERSION-$FLUTTER_CHANNEL.tar.xz" ENV FLUTTER_HOME="/opt/flutter" diff --git a/bitrise.yml b/bitrise.yml index 3e1b591de..231976093 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -49,7 +49,7 @@ workflows: - git-clone@6: {} - flutter-installer@0: inputs: - - installation_bundle_url: https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_2.10.0-stable.zip + - installation_bundle_url: https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_3.0.1-stable.zip - is_update: 'false' - script@1: title: Do anything with Script step diff --git a/contact/pubspec.yaml b/contact/pubspec.yaml index 5d7a6e98b..481fe729a 100644 --- a/contact/pubspec.yaml +++ b/contact/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: 'none' version: 1.0.0+1 environment: - sdk: ">=2.14.0 <3.0.0" + sdk: ">=2.16.2 <3.0.0" dependencies: flutter: diff --git a/core/pubspec.yaml b/core/pubspec.yaml index 8361a9182..77f9ca47d 100644 --- a/core/pubspec.yaml +++ b/core/pubspec.yaml @@ -20,7 +20,7 @@ publish_to: none version: 1.0.0+1 environment: - sdk: ">=2.14.0 <3.0.0" + sdk: ">=2.16.2 <3.0.0" dependencies: flutter: @@ -65,7 +65,7 @@ dependencies: url_launcher: 6.0.17 # collection - collection: 1.15.0 + collection: 1.16.0 universal_html: 2.0.8 diff --git a/model/pubspec.yaml b/model/pubspec.yaml index 0258770d1..d52d8d02a 100644 --- a/model/pubspec.yaml +++ b/model/pubspec.yaml @@ -20,7 +20,7 @@ publish_to: none version: 1.0.0+1 environment: - sdk: ">=2.14.0 <3.0.0" + sdk: ">=2.16.2 <3.0.0" dependencies: flutter: diff --git a/pubspec.yaml b/pubspec.yaml index d7f880bdd..18875e5b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 0.3.6 environment: - sdk: ">=2.14.0 <3.0.0" + sdk: ">=2.16.2 <3.0.0" dependencies: flutter: @@ -78,7 +78,7 @@ dependencies: # http_parser http_parser: 4.0.0 - collection: 1.15.0 + collection: 1.16.0 # file_size filesize: 2.0.1 @@ -159,8 +159,7 @@ dependencies: # OIDC Web flutter_appauth_web: git: - url: https://github.com/dab246/flutter_appauth_web.git - ref: dev + url: https://github.com/CarlosPacheco/flutter_appauth_web.git dev_dependencies: flutter_test: