-
Notifications
You must be signed in to change notification settings - Fork 280
/
docs.json
121 lines (121 loc) · 3.86 KB
/
docs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "Flutter Foundations Course - Documentation",
"sidebar": [
[
"Start Here",
"/index"
],
[
"Articles & Reference Guides",
"/resources/index"
],
[
"FAQ (iOS & macOS)",
[
[
"CocoaPods not installed. Skipping pod install",
"/faq/cocoapods-not-installed"
],
[
"The sandbox is not in sync with the Podfile.lock",
"/faq/sandbox-not-in-sync-podfile"
],
[
"CocoaPods did not set the base configuration of your project because your project already has a custom config set",
"/faq/cocoapods-did-not-set-base-configuration"
],
[
"How to run CocoaPods on Apple Silicon (M1)",
"/faq/how-to-run-cocoapods-apple-silicon"
],
[
"Enable macOS/Linux desktop support",
"/faq/enable-macos-desktop-support"
],
[
"Xcode sandbox error when building for iOS",
"/faq/xcode-ios-sandbox-error"
]
]
],
[
"FAQ (Android)",
[
[
"Android build.gradle issues",
"/faq/android-build-gradle-issues"
],
[
"Error: ADB exited with exit code 1 - Requested internal only, but not enough space",
"/faq/adb-exited-code-1-not-enough-space"
]
]
],
[
"FAQ (Other)",
[
[
"How to recreate the starter project from scratch",
"/faq/how-to-recreate-starter-project"
],
[
"Using the Bash or Zsh shell terminal on Windows",
"/faq/using-bash-zsh-on-windows"
],
[
"How to deal with localization (multiple `arb` files) with the feature-first approach",
"/faq/localization-feature-first"
],
[
"Can't run build_runner due to BuildForInputLogger error",
"/faq/build-runner-error-BuildForInputLogger"
],
[
"The webOnlyWarmupEngine API is deprecated and will be removed in a future release",
"/faq/webOnlyWarmupEngine-deprecated"
],
[
"Extra page shown when swiping back in Safari on iOS",
"/faq/extra-page-swiping-safari-ios"
]
]
],
[
"Course Updates",
[
[
"October 2022 Update",
"/updates/2022-10"
],
[
"November 2022 Update",
"/updates/2022-11"
],
[
"February 2023 Update",
"/updates/2023-02"
],
[
"May 2023 Update",
"/updates/2023-05"
],
[
"August 2023 Update",
"/updates/2023-08"
],
[
"November 2023 Update",
"/updates/2023-11"
],
[
"May 2024 Update",
"/updates/2024-05"
]
]
],
[
"Flutter Web Demo",
"https://ecommerce-app-scratch.web.app/"
]
]
}