Skip to content

Commit 9ffa8eb

Browse files
committed
deps: Upgrade Flutter to latest main, 3.22.0-28.0.pre.10
And update Flutter's supporting libraries to match.
1 parent e511902 commit 9ffa8eb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,10 +1205,10 @@ packages:
12051205
dependency: transitive
12061206
description:
12071207
name: vm_service
1208-
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
1208+
sha256: "7475cb4dd713d57b6f7464c0e13f06da0d535d8b2067e188962a59bac2cf280b"
12091209
url: "https://pub.dev"
12101210
source: hosted
1211-
version: "14.2.1"
1211+
version: "14.2.2"
12121212
watcher:
12131213
dependency: transitive
12141214
description:
@@ -1297,5 +1297,5 @@ packages:
12971297
source: path
12981298
version: "0.0.1"
12991299
sdks:
1300-
dart: ">=3.5.0-90.0.dev <4.0.0"
1301-
flutter: ">=3.22.0-16.0.pre.20"
1300+
dart: ">=3.5.0-138.0.dev <4.0.0"
1301+
flutter: ">=3.22.0-28.0.pre.10"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ environment:
2424
# that by the time we want to release, these will have become stable.
2525
# TODO: Before general release, switch to stable Flutter and Dart versions,
2626
# or pin exact versions: https://github.com/zulip/zulip-flutter/issues/15
27-
sdk: '>=3.5.0-90.0.dev <4.0.0'
28-
flutter: '>=3.22.0-16.0.pre.20'
27+
sdk: '>=3.5.0-138.0.dev <4.0.0'
28+
flutter: '>=3.22.0-28.0.pre.10'
2929

3030
# Dependencies specify other packages that your package needs in order to work.
3131
# To automatically upgrade your package dependencies to the latest versions

0 commit comments

Comments
 (0)