Skip to content

Commit 67f8429

Browse files
committed
deps [nfc]: Update description of Flutter version plans
We don't plan to switch to "beta" or "stable" versions -- better to live at head, by sticking to the main channel. (We still want to pin the precise version, but let the issue track that. The pubspec here isn't what would control a pin anyway.) Also point to our instructions for upgrading these versions.
1 parent df82b8c commit 67f8429

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pubspec.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ publish_to: 'none'
1111
version: 0.0.19+19
1212

1313
environment:
14-
# We use a development version of Flutter while in beta,
15-
# and the corresponding dev version of the Dart SDK. The hope is
16-
# that by the time we want to release, these will have become stable.
17-
# TODO: Before general release, switch to stable Flutter and Dart versions,
18-
# or pin exact versions: https://github.com/zulip/zulip-flutter/issues/15
14+
# We use a recent version of Flutter from its main channel, and
15+
# the corresponding recent version of the Dart SDK.
16+
# Feel free to update these regularly; see README.md for instructions.
1917
sdk: '>=3.6.0-149.3.beta <4.0.0'
2018
flutter: '>=3.25.0-1.0.pre.41'
2119

0 commit comments

Comments
 (0)