Skip to content

Commit 8c4b1ed

Browse files
gnpricechrisbobbe
authored andcommitted
deps: Upgrade Flutter to latest main, 3.18.0-18.0.pre.98
And update Flutter's supporting libraries to match. In particular this pulls in the following upstream change: flutter/flutter#140621 which fixes #214. Fixes: #214
1 parent ba7a2bf commit 8c4b1ed

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pubspec.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -664,26 +664,26 @@ packages:
664664
dependency: transitive
665665
description:
666666
name: leak_tracker
667-
sha256: e45c31f458d01fd9ef4a214feb2e153b72d5b1907435f4332b1637a2f348c021
667+
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
668668
url: "https://pub.dev"
669669
source: hosted
670-
version: "9.0.18"
670+
version: "10.0.0"
671671
leak_tracker_flutter_testing:
672672
dependency: transitive
673673
description:
674674
name: leak_tracker_flutter_testing
675-
sha256: "54808cfcfa87dbc0d74c61ac063d624adf1bd5c0407301f32b06c783c60dc4ca"
675+
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
676676
url: "https://pub.dev"
677677
source: hosted
678-
version: "2.0.0"
678+
version: "2.0.1"
679679
leak_tracker_testing:
680680
dependency: transitive
681681
description:
682682
name: leak_tracker_testing
683-
sha256: "7e71be3c161472f6c9158ac8875dd8de575060d60b5d159ebca3600ea32c9116"
683+
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
684684
url: "https://pub.dev"
685685
source: hosted
686-
version: "1.0.6"
686+
version: "2.0.1"
687687
lints:
688688
dependency: transitive
689689
description:
@@ -1290,5 +1290,5 @@ packages:
12901290
source: hosted
12911291
version: "3.1.2"
12921292
sdks:
1293-
dart: ">=3.3.0-244.0.dev <4.0.0"
1294-
flutter: ">=3.18.0-18.0.pre.10"
1293+
dart: ">=3.3.0-276.0.dev <4.0.0"
1294+
flutter: ">=3.18.0-18.0.pre.98"

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-244.0.dev <4.0.0'
28-
flutter: '>=3.18.0-18.0.pre.10'
27+
sdk: '>=3.3.0-276.0.dev <4.0.0'
28+
flutter: '>=3.18.0-18.0.pre.98'
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)