Skip to content

Commit 4e4477f

Browse files
committed
deps: Upgrade Flutter to 3.24.0-1.0.pre.518
And update Flutter's supporting libraries to match.
1 parent 1964388 commit 4e4477f

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

pubspec.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ packages:
194194
dependency: "direct main"
195195
description:
196196
name: collection
197-
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
197+
sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf
198198
url: "https://pub.dev"
199199
source: hosted
200-
version: "1.18.0"
200+
version: "1.19.0"
201201
color_models:
202202
dependency: transitive
203203
description:
@@ -1066,10 +1066,10 @@ packages:
10661066
dependency: transitive
10671067
description:
10681068
name: string_scanner
1069-
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
1069+
sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3"
10701070
url: "https://pub.dev"
10711071
source: hosted
1072-
version: "1.2.0"
1072+
version: "1.3.0"
10731073
sync_http:
10741074
dependency: transitive
10751075
description:
@@ -1090,26 +1090,26 @@ packages:
10901090
dependency: "direct dev"
10911091
description:
10921092
name: test
1093-
sha256: "7ee44229615f8f642b68120165ae4c2a75fe77ae2065b1e55ae4711f6cf0899e"
1093+
sha256: "713a8789d62f3233c46b4a90b174737b2c04cb6ae4500f2aa8b1be8f03f5e67f"
10941094
url: "https://pub.dev"
10951095
source: hosted
1096-
version: "1.25.7"
1096+
version: "1.25.8"
10971097
test_api:
10981098
dependency: transitive
10991099
description:
11001100
name: test_api
1101-
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
1101+
sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c"
11021102
url: "https://pub.dev"
11031103
source: hosted
1104-
version: "0.7.2"
1104+
version: "0.7.3"
11051105
test_core:
11061106
dependency: transitive
11071107
description:
11081108
name: test_core
1109-
sha256: "55ea5a652e38a1dfb32943a7973f3681a60f872f8c3a05a14664ad54ef9c6696"
1109+
sha256: "12391302411737c176b0b5d6491f466b0dd56d4763e347b6714efbaa74d7953d"
11101110
url: "https://pub.dev"
11111111
source: hosted
1112-
version: "0.6.4"
1112+
version: "0.6.5"
11131113
timezone:
11141114
dependency: transitive
11151115
description:
@@ -1358,5 +1358,5 @@ packages:
13581358
source: path
13591359
version: "0.0.1"
13601360
sdks:
1361-
dart: ">=3.5.0-319.0.dev <4.0.0"
1362-
flutter: ">=3.23.0-14.0.pre.77"
1361+
dart: ">=3.6.0-129.0.dev <4.0.0"
1362+
flutter: ">=3.24.0-1.0.pre.518"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ environment:
1616
# that by the time we want to release, these will have become stable.
1717
# TODO: Before general release, switch to stable Flutter and Dart versions,
1818
# or pin exact versions: https://github.com/zulip/zulip-flutter/issues/15
19-
sdk: '>=3.5.0-319.0.dev <4.0.0'
20-
flutter: '>=3.23.0-14.0.pre.77'
19+
sdk: '>=3.6.0-129.0.dev <4.0.0'
20+
flutter: '>=3.24.0-1.0.pre.518'
2121

2222
# To update dependencies, see instructions in README.md.
2323
dependencies:

0 commit comments

Comments
 (0)