Skip to content

Commit adb3f12

Browse files
gnpricechrisbobbe
authored andcommitted
deps: Update Flutter to latest main, 3.19.0-9.0.pre.169
And update Flutter's supporting libraries to match. I also ran the usual two followup commands: $ flutter build ios --config-only $ flutter build macos --config-only and nothing changed.
1 parent 3c91597 commit adb3f12

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: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
667+
sha256: cdd14e3836065a1f6302a236ec8b5f700695c803c57ae11a1c84df31e6bcf831
668668
url: "https://pub.dev"
669669
source: hosted
670-
version: "10.0.0"
670+
version: "10.0.3"
671671
leak_tracker_flutter_testing:
672672
dependency: transitive
673673
description:
674674
name: leak_tracker_flutter_testing
675-
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
675+
sha256: "9b2ef90589911d665277464e0482b209d39882dffaaf4ef69a3561a3354b2ebc"
676676
url: "https://pub.dev"
677677
source: hosted
678-
version: "2.0.1"
678+
version: "3.0.2"
679679
leak_tracker_testing:
680680
dependency: transitive
681681
description:
682682
name: leak_tracker_testing
683-
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
683+
sha256: fd3cd66cb2bcd7b50dcd3b413af49d78051f809c8b3f6e047962765c15a0d23d
684684
url: "https://pub.dev"
685685
source: hosted
686-
version: "2.0.1"
686+
version: "3.0.0"
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-279.0.dev <4.0.0"
1294-
flutter: ">=3.18.0-19.0.pre.108"
1293+
dart: ">=3.4.0-71.0.dev <4.0.0"
1294+
flutter: ">=3.19.0-9.0.pre.169"

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-279.0.dev <4.0.0'
28-
flutter: '>=3.18.0-19.0.pre.108'
27+
sdk: '>=3.4.0-71.0.dev <4.0.0'
28+
flutter: '>=3.19.0-9.0.pre.169'
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)