Skip to content

Commit 154c873

Browse files
committed
doc: Explain why we use the Flutter main channel
1 parent bc4975a commit 154c873

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ Use `flutter channel main` and `flutter upgrade`.
123123
Because each version of Flutter provides its own version of the
124124
Dart SDK, this also means we use the latest Dart SDK.
125125

126+
Using the latest versions is the same thing Google does with
127+
their own Flutter apps. It's valuable to us because it means
128+
when there's something we want to fix in Flutter,
129+
or a feature we want to add,
130+
we can send a PR upstream and then use it as soon as it's merged.
131+
126132
We don't pin a specific Flutter version,
127133
because Flutter itself doesn't offer a way to do so.
128134
So far that hasn't been a problem. When it becomes one,

0 commit comments

Comments
 (0)