Skip to content

Commit 3b23852

Browse files
committed
deps: Update name of Flutter version to reflect new tag
Fixes today's instance of #1138, unbreaking CI. The output of `flutter --version` at this commit changed because the tag 3.28.0-0.0.pre was added (to a commit that's already been in Flutter main since last week). That was causing `tools/check flutter_version` to fail: https://chat.zulip.org/#narrow/channel/516-mobile-dev-help/topic/tools.2Fcheck.20flutter_version.20failure.20in.20CI.3F/near/1999743 Fix pubspec.yaml to use the new name of this version.
1 parent c9c5f3d commit 3b23852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ environment:
1515
# the corresponding recent version of the Dart SDK.
1616
# Feel free to update these regularly; see README.md for instructions.
1717
sdk: '>=3.7.0-224.0.dev <4.0.0'
18-
flutter: '>=3.27.0-1.0.pre.744' # 1c1f35711be76d1d2a9f5e3a730747591e64e14a
18+
flutter: '>=3.28.0-1.0.pre.35' # 1c1f35711be76d1d2a9f5e3a730747591e64e14a
1919

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

0 commit comments

Comments
 (0)