From 3f8189669e2028bf94f1d7860ca7ba75d4c49d54 Mon Sep 17 00:00:00 2001 From: kjxbyz Date: Sun, 21 Jul 2024 19:11:40 +0800 Subject: [PATCH] Upgrade flutter to 3.22.3 --- .fvmrc | 2 +- .github/workflows/release.yml | 12 ++++++------ .github/workflows/test.yml | 8 ++++---- packages/minio/pubspec.yaml | 2 +- pubspec.lock | 8 ++++---- pubspec.yaml | 4 ++-- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.fvmrc b/.fvmrc index 8f59eb58..cf744906 100644 --- a/.fvmrc +++ b/.fvmrc @@ -1,3 +1,3 @@ { - "flutter": "3.22.2" + "flutter": "3.22.3" } \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8a54308..3df8a5d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -154,7 +154,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.22.2' + flutter-version: '3.22.3' - name: Configure .env for development if: github.event.inputs.env == 'development' @@ -263,7 +263,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.22.2' + flutter-version: '3.22.3' - name: Configure .env for development if: github.event.inputs.env == 'development' @@ -397,7 +397,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.22.2' + flutter-version: '3.22.3' - name: Configure .env for development if: github.event.inputs.env == 'development' @@ -512,7 +512,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.22.2' + flutter-version: '3.22.3' - name: Configure .env for development if: github.event.inputs.env == 'development' @@ -623,7 +623,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.22.2' + flutter-version: '3.22.3' - name: Configure .env for development if: github.event.inputs.env == 'development' @@ -785,7 +785,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.22.2' + flutter-version: '3.22.3' - name: Configure .env for development if: github.event.inputs.env == 'development' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f6a16c6..9b8c9c63 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.22.2' + flutter-version: '3.22.3' - name: Configure .env run: | @@ -97,7 +97,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.22.2' + flutter-version: '3.22.3' - name: Configure .env run: | @@ -153,7 +153,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.22.2' + flutter-version: '3.22.3' - name: Configure .env run: | @@ -263,7 +263,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.22.2' + flutter-version: '3.22.3' - name: Configure .env run: | diff --git a/packages/minio/pubspec.yaml b/packages/minio/pubspec.yaml index 868a8d26..9225fe8d 100644 --- a/packages/minio/pubspec.yaml +++ b/packages/minio/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: buffer: ^1.2.3 convert: ^3.1.1 crypto: ^3.0.3 - http: ^1.2.1 + http: ^1.2.2 intl: ^0.19.0 meta: ^1.12.0 mime: ^1.0.5 diff --git a/pubspec.lock b/pubspec.lock index 19ac89df..b683bbc8 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -938,10 +938,10 @@ packages: dependency: transitive description: name: http - sha256: "761a297c042deedc1ffbb156d6e2af13886bb305c2a343a4d972504cd67dd938" + sha256: b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010 url: "https://pub.dev" source: hosted - version: "1.2.1" + version: "1.2.2" http_client_helper: dependency: transitive description: @@ -2179,5 +2179,5 @@ packages: source: hosted version: "9.0.1" sdks: - dart: ">=3.4.3 <4.0.0" - flutter: ">=3.22.2" + dart: ">=3.4.4 <4.0.0" + flutter: ">=3.22.3" diff --git a/pubspec.yaml b/pubspec.yaml index aa4eb131..7235020d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,8 +20,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: '>=3.4.3 <4.0.0' - flutter: '>=3.22.2' + sdk: '>=3.4.4 <4.0.0' + flutter: '>=3.22.3' # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions