Skip to content

Commit 38278d5

Browse files
gnpricechrisbobbe
authored andcommitted
deps: Upgrade Flutter to 3.33.0-1.0.pre-1085
And update Flutter's supporting libraries to match. In particular this gets us TransitionDurationObserver: flutter/flutter#171109 We stop just before a certain Dart SDK roll: flutter/flutter@fa80cbcbdbdd because that commit breaks completion in the IDE, which would be pretty annoying for doing development. Thanks to Sayed for spotting that breakage and bisecting it to that commit: #1755 (comment) https://chat.zulip.org/#narrow/channel/516-mobile-dev-help/topic/New.20Flutter.20upgrade.20degrades.20code.20autocompletion/near/2230721
1 parent 0aab3f2 commit 38278d5

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
@@ -714,10 +714,10 @@ packages:
714714
dependency: transitive
715715
description:
716716
name: meta
717-
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
717+
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
718718
url: "https://pub.dev"
719719
source: hosted
720-
version: "1.16.0"
720+
version: "1.17.0"
721721
mime:
722722
dependency: "direct main"
723723
description:
@@ -1355,5 +1355,5 @@ packages:
13551355
source: path
13561356
version: "0.0.1"
13571357
sdks:
1358-
dart: ">=3.9.0-293.0.dev <4.0.0"
1359-
flutter: ">=3.33.0-1.0.pre.832"
1358+
dart: ">=3.10.0-15.0.dev <4.0.0"
1359+
flutter: ">=3.33.0-1.0.pre-1085"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ environment:
1414
# We use a recent version of Flutter from its main channel, and
1515
# the corresponding recent version of the Dart SDK.
1616
# Feel free to update these regularly; see README.md for instructions.
17-
sdk: '>=3.9.0-293.0.dev <4.0.0'
18-
flutter: '>=3.33.0-1.0.pre.832' # d35bde5363d5e25b71d69a81e8c93b0ee3272609
17+
sdk: '>=3.10.0-15.0.dev <4.0.0'
18+
flutter: '>=3.33.0-1.0.pre-1085' # b46957fb06ffbd8590caa8590f1a0b06a71fc609
1919

2020
# To update dependencies, see instructions in README.md.
2121
dependencies:

0 commit comments

Comments
 (0)