We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4975a commit 154c873Copy full SHA for 154c873
README.md
@@ -123,6 +123,12 @@ Use `flutter channel main` and `flutter upgrade`.
123
Because each version of Flutter provides its own version of the
124
Dart SDK, this also means we use the latest Dart SDK.
125
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
+
132
We don't pin a specific Flutter version,
133
because Flutter itself doesn't offer a way to do so.
134
So far that hasn't been a problem. When it becomes one,
0 commit comments