changed version number of flutter doctor output

This commit is contained in:
Tanner Silva 2021-03-23 21:43:02 -05:00
parent 4fca2681d0
commit 1355c0ccdf

View file

@ -64,7 +64,7 @@ Verify that the Android toolchain, Flutter, and Android Studio have been correct
The output of this command will appear like this, indicating successful installations. If there are problems with your installation, they **must** be corrected before proceeding.
```
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, 2.0.2, on Linux, locale en_US.UTF-8)
[✓] Flutter (Channel stable, 1.22.6, on Linux, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 28)
[✓] Android Studio (version 4.0)
```