Skip to content

Commit e7dc9ba

Browse files
authored
Adds next steps for getting started (#10245)
Adds all 2nd level add-ons to getting started. - Fixes #10187 - Fixes #10189 - Fixes #10190 Partial fixes to #10186, #10188, #10191 ---- ## Refactors flutter doctor results Uses a data file to store what bits are flipped for each combination of installed tools. ## Next Steps added to Install pages [Start building Flutter native desktop apps on Windows](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/get-started/install/windows/desktop#manage-your-flutter-sdk) * [Add Android compilation tools](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/android/install-android/install-android-from-windows) * [Add Web debugging tools](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/web/install-web/install-web-from-windows-desktop) [Start building Flutter Android apps on Windows](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/get-started/install/windows/mobile#manage-your-flutter-sdk) * [Add Web debugging tools](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/web/install-web/install-web-from-android-on-windows) * [Add Windows desktop compiliation tools](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/windows/install-windows/install-windows-from-android) [Start building Flutter web apps on Windows](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/get-started/install/windows/web#manage-your-flutter-sdk) * [Add Android compilation tools](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/android/install-android/install-android-from-web) * [Add Windows desktop compiliation tools](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/windows/install-windows/install-windows-from-web) [Start building Flutter native desktop apps on macOS](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/get-started/install/macos/desktop#manage-your-flutter-sdk) * [Add Android compilation tools](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/android/install-android/install-android-from-macos) * [Add Web debugging tools](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/web/install-web/install-web-from-macos-desktop) * [Add iOS simulator or device](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/ios/install-ios/install-ios-from-macos) [Start building Flutter iOS apps on macOS](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/get-started/install/macos/mobile-ios#manage-your-flutter-sdk) * [Add Android compilation tools](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/android/install-android/install-android-from-ios) * [Add Web debugging tools](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/web/install-web/install-web-from-ios-on-macos) [Start building Flutter Android apps on macOS](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/get-started/install/macos/mobile-android#manage-your-flutter-sdk) * [Add Web debugging tools](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/web/install-web/install-web-from-android-on-macos) * [Add iOS simulator or device](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/ios/install-ios/install-ios-from-android) * [Add macOS compliation tools](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/macos/install-macos/install-macos-from-android) [Start building Flutter web apps on macOS](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/get-started/install/macos/web#manage-your-flutter-sdk) * [Add Android compilation tools](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/android/install-android/install-android-from-web) * [Add iOS simulator or device](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/ios/install-ios/install-ios-from-web) * [Add macOS compliation tools](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/macos/install-macos/install-macos-from-web) ## Starting pages for adding devtools Each shows next steps based on what they picked for their initial setup. [Add Android devtools for Flutter](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/android/install-android) * [macOS](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/android/install-android/install-android-from-macos) * [Windows](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/android/install-android/install-android-from-windows) * [iOS](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/android/install-android/install-android-from-ios) * [Web on macOS](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/android/install-android/install-android-from-web-on-macos) * [Web on Windows](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/android/install-android/install-android-from-web-on-windows) [Add iOS devtools for Flutter](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/ios/install-ios) * [macOS](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/ios/install-ios/install-ios-from-macos) * [Android](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/ios/install-ios/install-ios-from-android) * [Web](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/ios/install-ios/install-ios-from-web) [Add macOS devtools for Flutter](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/macos/install-macos) * [iOS](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/macos/install-macos/install-macos-from-ios) * [Android](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/macos/install-macos/install-macos-from-android) * [Web](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/macos/install-macos/install-macos-from-web) [Add Web devtools for Flutter](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/web/install-web) * [macOS desktop](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/web/install-web/install-web-from-macos-desktop) * [Windows desktop](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/web/install-web/install-web-from-windows-desktop) * [iOS on macOS](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/web/install-web/install-web-from-ios-on-macos) * [Android on macOS](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/web/install-web/install-web-from-android-on-macos) * [Android on Windows](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/web/install-web/install-web-from-android-on-windows) [Add Windows devtools for Flutter](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/windows/install-windows) * [Android](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/windows/install-windows/install-windows-from-android) * [Web](https://flutter-docs-prod--pr10245-fix-10187-1al5ko4r.web.app/platform-integration/windows/install-windows/install-windows-from-web)
1 parent 7f681a2 commit e7dc9ba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1374
-148
lines changed

src/_data/doctor.yml

Lines changed: 448 additions & 0 deletions
Large diffs are not rendered by default.

src/_data/sidenav.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@
356356
- title: Android
357357
permalink: /platform-integration/android
358358
children:
359+
- title: Add Android as build target
360+
permalink: /platform-integration/android/install-android
359361
- title: Add a splash screen
360362
permalink: /platform-integration/android/splash-screen
361363
- title: Bind to native code
@@ -369,6 +371,8 @@
369371
- title: iOS
370372
permalink: /platform-integration/ios
371373
children:
374+
- title: Add iOS as build target
375+
permalink: /platform-integration/ios/install-ios
372376
- title: Leverage Apple's system libraries
373377
permalink: /platform-integration/ios/apple-frameworks
374378
- title: Add a launch screen
@@ -393,13 +397,17 @@
393397
- title: macOS
394398
permalink: /platform-integration/macos
395399
children:
400+
- title: Add macOS as build target
401+
permalink: /platform-integration/macos/install-macos
396402
- title: Build a macOS app
397403
permalink: /platform-integration/macos/building
398404
- title: C interop
399405
permalink: /platform-integration/macos/c-interop
400406
- title: Web
401407
permalink: /platform-integration/web
402408
children:
409+
- title: Add web as build target
410+
permalink: /platform-integration/web/install-web
403411
- title: Build a web app
404412
permalink: /platform-integration/web/building
405413
- title: Web FAQ
@@ -413,6 +421,8 @@
413421
- title: Windows
414422
permalink: /platform-integration/windows
415423
children:
424+
- title: Add Windows as build target
425+
permalink: /platform-integration/windows/install-windows
416426
- title: Build a Windows app
417427
permalink: /platform-integration/windows/building
418428

src/_includes/docs/install/compiler/android.md

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
11
## Configure Android development
22

3+
{% assign devos = include.devos %}
4+
{% assign target = include.target %}
5+
{% assign compiler = include.compiler %}
6+
{% assign time = include.time %}
7+
8+
{% case devos %}
9+
{% when 'Windows' -%}
10+
{% assign terminal='PowerShell' %}
11+
{% assign prompt='C:\>' %}
12+
{% when "macOS" -%}
13+
{% assign terminal='your Terminal' %}
14+
{% assign prompt='$' %}
15+
{% else -%}
16+
{% assign terminal='a shell' %}
17+
{% assign prompt='$' %}
18+
{% endcase -%}
19+
320
### Configure the Android toolchain in Android Studio
421

522
{% include docs/help-link.md location='android-studio' section='#android-setup' %}
623

724
{% comment %} Nav tabs {% endcomment -%}
8-
<ul class="nav nav-tabs" id="android-studio-start" role="tablist">
25+
<ul class="nav nav-tabs" id="android-studio-start-{{devos | downcase}}" role="tablist">
926
<li class="nav-item">
1027
<a class="nav-link active" id="first-start-tab" href="#first-start" role="tab" aria-controls="first-start" aria-selected="true">First time using Android Studio</a>
1128
</li>
@@ -17,7 +34,11 @@
1734
{% comment %} Tab panes {% endcomment -%}
1835
<div class="tab-content">
1936

20-
<div class="tab-pane active" id="first-start" role="tabpanel" aria-labelledby="first-start-tab" markdown="1">
37+
<div class="tab-pane active"
38+
id="first-start"
39+
role="tabpanel"
40+
aria-labelledby="first-start-tab"
41+
markdown="1">
2142

2243
1. Start **Android Studio**.
2344

@@ -35,7 +56,11 @@
3556

3657
</div>
3758

38-
<div class="tab-pane" id="later-start" role="tabpanel" aria-labelledby="later-start-tab" markdown="1">
59+
<div class="tab-pane"
60+
id="later-start"
61+
role="tabpanel"
62+
aria-labelledby="later-start-tab"
63+
markdown="1">
3964

4065
1. Start **Android Studio**.
4166

@@ -116,18 +141,20 @@
116141

117142
<div class="tab-pane active" id="virtual" role="tabpanel" aria-labelledby="virtual-tab" markdown="1">
118143

119-
{% include docs/install/devices/android-emulator.md os=include.os %}
144+
{% include docs/install/devices/android-emulator.md devos=devos %}
120145

121146
</div>
122147

123148
<div class="tab-pane" id="physical" role="tabpanel" aria-labelledby="physical-tab" markdown="1">
124149

125-
{% include docs/install/devices/android-physical.md os=include.os %}
150+
{% include docs/install/devices/android-physical.md devos=devos %}
126151

127152
</div>
128153
</div>
129154
{% comment %} End: Tab panes. {% endcomment -%}
130155

156+
{% if time=="first" %}
157+
131158
### Agree to Android licenses
132159

133160
{% include docs/help-link.md location='android-licenses' section='#android-setup' %}
@@ -140,7 +167,7 @@ agree to the licenses of the Android SDK platform.
140167
1. Run the following command to enable signing licenses.
141168

142169
```terminal
143-
$ flutter doctor --android-licenses
170+
{{prompt}} flutter doctor --android-licenses
144171
```
145172

146173
If you accepted the Android Studio licenses at another time,
@@ -207,3 +234,5 @@ source ~/.zshrc
207234
```
208235

209236
</details>
237+
238+
{% endif %}

src/_includes/docs/install/compiler/xcode.md

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
## Configure iOS development
22

33
{% assign prompt1='$' %}
4-
{% assign os = include.os %}
4+
{% assign devos = include.devos %}
55
{% assign target = include.target %}
6+
{% assign time = include.time %}
67

78
### Configure Xcode
89

9-
To develop Flutter apps for {{os}}, install Xcode to compile to native bytecode.
10+
{% if time=="first" %}
11+
12+
To develop Flutter apps for {{target}}, install Xcode to compile to native bytecode.
1013

1114
1. To configure the command-line tools to use the installed version of Xcode,
1215
run the following commands.
@@ -18,25 +21,33 @@ To develop Flutter apps for {{os}}, install Xcode to compile to native bytecode.
1821
To use the latest version of Xcode, use this path.
1922
If you need to use a different version, specify that path instead.
2023
21-
{% if target=="mobile-ios" %}
22-
23-
1. To install the iOS Simulator, run the following command.
24+
1. Sign the Xcode license agreement.
2425
2526
```terminal
26-
{{prompt1}} xcodebuild -downloadPlatform iOS
27+
{{prompt1}} sudo xcodebuild -license
2728
```
2829
29-
{% endif %}
30+
{% else %}
3031
31-
1. Sign the Xcode license agreement.
32+
This section presumes you have installed and configured Xcode when you
33+
installed Flutter for
3234
33-
```terminal
34-
{{prompt1}} sudo xcodebuild -license
35-
```
35+
{%- case target %}
36+
{%- when 'iOS' %}
37+
[macOS desktop][macos-install]
38+
{%- when 'desktop' %}
39+
[iOS][ios-install]
40+
{%- endcase %}
41+
development.
42+
43+
[macos-install]: /get-started/install/macos/desktop/#configure-ios-development
44+
[ios-install]: /get-started/install/macos/mobile-ios/#configure-ios-development
45+
46+
{% endif %}
3647
3748
Try to keep to the current version of Xcode.
3849
39-
{% if target=="mobile-ios" %}
50+
{% if target=='iOS' %}
4051
4152
### Configure your target iOS device
4253
@@ -57,25 +68,27 @@ With Xcode, you can run Flutter apps on an iOS device or on the simulator.
5768
5869
<div class="tab-pane active" id="virtual" role="tabpanel" aria-labelledby="virtual-tab" markdown="1">
5970
60-
{% include docs/install/devices/ios-simulator.md os=include.os %}
71+
{% include docs/install/devices/ios-simulator.md %}
6172
6273
</div>
6374
6475
<div class="tab-pane" id="physical" role="tabpanel" aria-labelledby="physical-tab" markdown="1">
6576
66-
{% include docs/install/devices/ios-physical.md os=include.os %}
77+
{% include docs/install/devices/ios-physical.md %}
6778
6879
</div>
6980
</div>
7081
{% comment %} End: Tab panes. {% endcomment -%}
7182
7283
{% endif %}
7384
85+
{% if time=="first" %}
86+
7487
### Install CocoaPods
7588
76-
If your apps depend on [Flutter plugins][] with native {{os}} code,
89+
If your apps depend on [Flutter plugins][] with native {{target}} code,
7790
install [CocoaPods][cocoapods].
78-
This program bundles various dependencies across Flutter and {{os}} code.
91+
This program bundles various dependencies across Flutter and {{target}} code.
7992
8093
To install and set up CocoaPods, run the following commands:
8194
@@ -100,4 +113,7 @@ To install and set up CocoaPods, run the following commands:
100113
1. To apply this change, restart all open terminal sessions.
101114

102115
[Flutter plugins]: /packages-and-plugins/developing-packages#types
116+
117+
{% endif %}
118+
103119
[cocoapods]: https://guides.cocoapods.org/using/getting-started.html#installation

src/_includes/docs/install/devices/android-emulator.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33

44
{% include docs/help-link.md location='android-emulator' section='#android-setup' %}
55

6-
{% if include.os=='Windows' -%}
6+
{% assign devos = include.devos %}
7+
{% assign target = include.target %}
8+
{% assign compiler = include.compiler %}
9+
{% assign time = include.time %}
10+
11+
{% if devos=='Windows' -%}
712
{% assign images = '**x86 Images**' -%}
8-
{% elsif include.os=='macOS' -%}
13+
{% elsif devos=='macOS' -%}
914
{% assign images = '**x86 Images** if your Mac runs on an Intel CPU or **ARM Images** if your Mac runs on an Apple CPU' -%}
1015
{% endif -%}
1116

src/_includes/docs/install/devices/android-physical.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
{% include docs/help-link.md location='android-device' section='#android-setup' %}
55

6+
{% assign devos = include.devos %}
7+
{% assign target = include.target %}
8+
{% assign compiler = include.compiler %}
9+
{% assign time = include.time %}
10+
611
To configure your Flutter app to run on a physical Android device,
712
you need an Android device running {{site.targetmin.android}} or later.
813

@@ -14,26 +19,26 @@ you need an Android device running {{site.targetmin.android}} or later.
1419
enable **Wireless debugging** on your device as described in the
1520
[Android documentation]({{site.android-dev}}/studio/run/device#wireless).
1621

17-
{%- if include.os == 'Windows' %}
22+
{%- if devos == 'Windows' %}
1823

1924
1. Install the [Google USB Driver]({{site.android-dev}}/studio/run/win-usb).
2025

2126
{% endif %}
2227

23-
1. Plug your device into your {{include.os}} computer.
28+
1. Plug your device into your {{devos}} computer.
2429
If your device prompts you, authorize your computer to access your device.
2530

2631
1. Verify that Flutter recognizes your connected Android device.
2732

28-
{%- if include.os == 'Windows' %}
33+
{%- if devos == 'Windows' %}
2934

3035
In PowerShell, run:
3136

3237
```terminal
3338
c:\> flutter devices
3439
```
3540

36-
{% elsif include.os == 'macOS' %}
41+
{% elsif devos == 'macOS' %}
3742

3843
In the Terminal, run:
3944

src/_includes/docs/install/devices/ios-physical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ extend the timeout. The timeout defaults to 10 seconds.
241241
To extend the timeout, change the value to an integer greater than 10.
242242

243243
```terminal
244-
flutter run --device-timeout 60
244+
$ flutter run --device-timeout 60
245245
```
246246

247247
{{site.alert.secondary}}

src/_includes/docs/install/devices/ios-simulator.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
To prepare to run and test your Flutter app on the iOS simulator,
55
follow this procedure.
66

7+
1. To install the iOS Simulator, run the following command.
8+
9+
```terminal
10+
{{prompt1}} xcodebuild -downloadPlatform iOS
11+
```
12+
713
1. To start the Simulator, run the following command:
814
915
```terminal
Lines changed: 31 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,40 @@
1+
{% assign doctor = site.data.doctor %}
2+
{% assign config = site.data.doctor[include.config] %}
3+
4+
```terminal
15
Running flutter doctor...
26
Doctor summary (to see all details, run flutter doctor -v):
37
[✓] Flutter (Channel stable, {{site.appnow.flutter}}, on {{os}} A.B chipset, locale en)
4-
{% if os=='Windows' -%}
8+
{%- if config.windows == 'Y' %}
59
[✓] Windows version (Installed version of Windows is version 10 or higher)
6-
{% endif -%}
7-
{% case target -%}
8-
{% when 'mobile','mobile-android' -%}
9-
[] Android toolchain - develop for Android devices (Android SDK version {{site.appnow.android_sdk}})
10-
{% else -%}
11-
[!] Android toolchain - develop for Android devices
12-
{% endcase -%}
13-
{% if target=='web' -%}[]{% else -%}[!]{% endif %} Chrome - develop for the web
14-
{%- if os=='macOS' -%}
15-
{% case target %}
16-
{%- when 'desktop', 'mobile-ios' %}
17-
[] Xcode - develop for iOS and macOS (Xcode {{site.appnow.xcode}})
18-
{%- else %}
19-
[!] Xcode - develop for iOS and macOS (Xcode not installed)
10+
{%- endif %}
11+
{% case config.android-toolchain %}
12+
{%- when 'Y' %}[✓] Android toolchain - develop for Android devices (Android SDK version {{site.appnow.android_sdk}})
13+
{%- when 'N' %}[!] Android toolchain - develop for Android devices
14+
{%- endcase %}
15+
{% case config.chrome %}
16+
{%- when 'Y' %}[✓] Chrome - develop for the web
17+
{%- when 'N' %}[!] Chrome - develop for the web
18+
{%- endcase %}
19+
{% case config.xcode %}
20+
{%- when 'Y' %}[✓] Xcode - develop for iOS and macOS (Xcode {{site.appnow.xcode}})
21+
{%- when 'N' %}[!] Xcode - develop for iOS and macOS (Xcode not installed)
22+
{%- endcase -%}
23+
{% case config.visual-studio %}
24+
{%- when 'Y' %}[✓] Visual Studio - develop Windows apps (version 2022)
25+
{%- when 'N' %}[!] Visual Studio - develop Windows apps
26+
{%- endcase %}
27+
{% case config.android-studio %}
28+
{%- when 'Y' %}[✓] Android Studio (version {{site.appnow.android_studio}})
29+
{%- when 'N' %}[!] Android Studio (not installed)
2030
{%- endcase %}
21-
{% endif -%}
22-
{% if os=='Windows' %}
23-
{% if target=='desktop' -%}
24-
[] Visual Studio - develop Windows apps (version 2022)
25-
{% else -%}
26-
[!] Visual Studio - develop Windows apps
27-
{% endif -%}
28-
{% endif -%}
29-
{% if target=='mobile' or target=='mobile-android' -%}
30-
[] Android Studio (version {{site.appnow.android_studio}})
31-
{% else -%}
32-
[!] Android Studio (not installed)
33-
{% endif -%}
31+
{% case config.linux %}
32+
{%- when 'Y' %}[✓] Linux toolchain - develop for Linux desktop
33+
{%- when 'N' %}[!] Linux toolchain - develop for Linux desktop
34+
{%- endcase -%}
3435
[✓] VS Code (version {{site.appnow.vscode}})
3536
[✓] Connected device (1 available)
3637
[✓] Network resources
3738
38-
{% case target %}
39-
{% when 'desktop','mobile-ios' -%}
40-
! Doctor found issues in 3 categories.
41-
{% when 'mobile', 'mobile-android' -%}
42-
! Doctor found issues in 2 categories.
43-
{% when 'web' -%}
44-
! Doctor found issues in 4 categories.
45-
{% endcase -%}
39+
! Doctor found issues in {{config.errors}} categories.
40+
```

0 commit comments

Comments
 (0)