Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Upgrade flutter to 3.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kjxbyz committed Jul 21, 2024
1 parent 2707818 commit 3f81896
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"flutter": "3.22.2"
"flutter": "3.22.3"
}
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion packages/minio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f81896

Please sign in to comment.