Skip to content

Commit 3ac0013

Browse files
gnpricechrisbobbe
authored andcommitted
deps: Upgrade Flutter to latest main, 3.11.0-18.0.pre.81
And update Flutter's supporting libraries to match, namely matcher, test, test_api, and test_core.
1 parent 60fc99c commit 3ac0013

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

pubspec.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -500,10 +500,10 @@ packages:
500500
dependency: transitive
501501
description:
502502
name: matcher
503-
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
503+
sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e"
504504
url: "https://pub.dev"
505505
source: hosted
506-
version: "0.12.15"
506+
version: "0.12.16"
507507
material_color_utilities:
508508
dependency: transitive
509509
description:
@@ -833,26 +833,26 @@ packages:
833833
dependency: "direct dev"
834834
description:
835835
name: test
836-
sha256: "4f92f103ef63b1bbac6f4bd1930624fca81b2574464482512c4f0896319be575"
836+
sha256: "13b41f318e2a5751c3169137103b60c584297353d4b1761b66029bae6411fe46"
837837
url: "https://pub.dev"
838838
source: hosted
839-
version: "1.24.2"
839+
version: "1.24.3"
840840
test_api:
841841
dependency: transitive
842842
description:
843843
name: test_api
844-
sha256: daadc9baabec998b062c9091525aa95786508b1c48e9c30f1f891b8bf6ff2e64
844+
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
845845
url: "https://pub.dev"
846846
source: hosted
847-
version: "0.5.2"
847+
version: "0.6.0"
848848
test_core:
849849
dependency: transitive
850850
description:
851851
name: test_core
852-
sha256: "3642b184882f79e76ca57a9230fb971e494c3c1fd09c21ae3083ce891bcc0aa1"
852+
sha256: "99806e9e6d95c7b059b7a0fc08f07fc53fabe54a829497f0d9676299f1e8637e"
853853
url: "https://pub.dev"
854854
source: hosted
855-
version: "0.5.2"
855+
version: "0.5.3"
856856
timing:
857857
dependency: transitive
858858
description:
@@ -982,5 +982,5 @@ packages:
982982
source: hosted
983983
version: "3.1.2"
984984
sdks:
985-
dart: ">=3.1.0-155.0.dev <4.0.0"
986-
flutter: ">=3.11.0-16.0.pre.11"
985+
dart: ">=3.1.0-163.0.dev <4.0.0"
986+
flutter: ">=3.11.0-18.0.pre.81"

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-155.0.dev <4.0.0'
28-
flutter: '>=3.11.0-16.0.pre.11'
27+
sdk: '>=3.1.0-163.0.dev <4.0.0'
28+
flutter: '>=3.11.0-18.0.pre.81'
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)