TF-624 Upgrade flutter sdk 3.0.1 and min dart sdk 2.16.2

This commit is contained in:
dab246
2022-06-08 10:22:19 +07:00
committed by Dat H. Pham
parent 34d69fbd19
commit 2b4270003e
6 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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:
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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:
+3 -4
View File
@@ -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: