Skip to content

Commit edf3395

Browse files
committed
wip deps: Upgrade Flutter to latest main, 3.11.0-11.0.pre.15
And update Flutter's supporting libraries to match, namely package:collection. (I've now further pinned down what's happening with these upgrades done automatically by `flutter pub get`; see #85.)
1 parent 2f0f469 commit edf3395

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ packages:
181181
dependency: transitive
182182
description:
183183
name: collection
184-
sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c"
184+
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
185185
url: "https://pub.dev"
186186
source: hosted
187-
version: "1.17.1"
187+
version: "1.17.2"
188188
convert:
189189
dependency: transitive
190190
description:
@@ -966,5 +966,5 @@ packages:
966966
source: hosted
967967
version: "3.1.2"
968968
sdks:
969-
dart: ">=3.1.0-89.0.dev <4.0.0"
970-
flutter: ">=3.11.0-2.0.pre.82"
969+
dart: ">=3.1.0-129.0.dev <4.0.0"
970+
flutter: ">=3.11.0-11.0.pre.15"

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-89.0.dev <4.0.0'
28-
flutter: '>=3.11.0-2.0.pre.82'
27+
sdk: '>=3.1.0-129.0.dev <4.0.0'
28+
flutter: '>=3.11.0-11.0.pre.15'
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)