Skip to content

Commit 39f1a70

Browse files
committed
deps: Upgrade Flutter to latest main, 3.12.0-7.0.pre.54
And update Flutter's supporting libraries to match, namely adding package:web.
1 parent 8fc1292 commit 39f1a70

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

pubspec.lock

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,14 @@ packages:
933933
url: "https://pub.dev"
934934
source: hosted
935935
version: "1.1.0"
936+
web:
937+
dependency: transitive
938+
description:
939+
name: web
940+
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
941+
url: "https://pub.dev"
942+
source: hosted
943+
version: "0.1.4-beta"
936944
web_socket_channel:
937945
dependency: transitive
938946
description:
@@ -982,5 +990,5 @@ packages:
982990
source: hosted
983991
version: "3.1.2"
984992
sdks:
985-
dart: ">=3.1.0-163.0.dev <4.0.0"
986-
flutter: ">=3.11.0-18.0.pre.81"
993+
dart: ">=3.1.0-236.0.dev <4.0.0"
994+
flutter: ">=3.12.0-7.0.pre.54"

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.1.0-163.0.dev <4.0.0'
28-
flutter: '>=3.11.0-18.0.pre.81'
27+
sdk: '>=3.1.0-236.0.dev <4.0.0'
28+
flutter: '>=3.12.0-7.0.pre.54'
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)