Skip to content

Commit 23d9a74

Browse files
committed
ensure user is on the main channel
1 parent 191279d commit 23d9a74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ that's a good prompt to do this. We also do this when there's a
237237
new PR merged that we particularly want to take.
238238

239239
To update the version bounds:
240+
* First, make sure you're on the `main` channel, run:
241+
`flutter channel main`.
240242
* Use `flutter upgrade` to upgrade your local Flutter and Dart.
241243
* Update the lower bounds at `environment` in `pubspec.yaml`
242244
to the new versions, as seen in `flutter --version`.

0 commit comments

Comments
 (0)