Skip to content

Commit a34b9e5

Browse files
committed
deps: Upgrade Flutter to latest main, 3.17.0-10.0.pre.45
And update Flutter's supporting libraries to match.
1 parent 3686ca2 commit a34b9e5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -664,10 +664,10 @@ packages:
664664
dependency: transitive
665665
description:
666666
name: leak_tracker
667-
sha256: "2c30f27ada446b4d36307aade893faaaeb6d8f55b2362b7f424a9668fcc43f4d"
667+
sha256: "04be76c4a4bb50f14904e64749237e541e7c7bcf7ec0b196907322ab5d2fc739"
668668
url: "https://pub.dev"
669669
source: hosted
670-
version: "9.0.14"
670+
version: "9.0.16"
671671
leak_tracker_testing:
672672
dependency: transitive
673673
description:
@@ -1213,10 +1213,10 @@ packages:
12131213
dependency: transitive
12141214
description:
12151215
name: web
1216-
sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152
1216+
sha256: edc8a9573dd8c5a83a183dae1af2b6fd4131377404706ca4e5420474784906fa
12171217
url: "https://pub.dev"
12181218
source: hosted
1219-
version: "0.3.0"
1219+
version: "0.4.0"
12201220
web_socket_channel:
12211221
dependency: transitive
12221222
description:
@@ -1282,5 +1282,5 @@ packages:
12821282
source: hosted
12831283
version: "3.1.2"
12841284
sdks:
1285-
dart: ">=3.3.0-91.0.dev <4.0.0"
1286-
flutter: ">=3.16.0-23.0.pre.38"
1285+
dart: ">=3.3.0-145.0.dev <4.0.0"
1286+
flutter: ">=3.17.0-10.0.pre.45"

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.3.0-91.0.dev <4.0.0'
28-
flutter: '>=3.16.0-23.0.pre.38'
27+
sdk: '>=3.3.0-145.0.dev <4.0.0'
28+
flutter: '>=3.17.0-10.0.pre.45'
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)