-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathdocs.json
More file actions
166 lines (166 loc) · 5.9 KB
/
docs.json
File metadata and controls
166 lines (166 loc) · 5.9 KB
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "Flutter & Firebase Masterclass - 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"
],
[
"The macOS deployment target ‘MACOSX_DEPLOYMENT_TARGET’ is set to 10.11, but the range of supported deployment target versions is 10.13 to 13.1.99",
"/faq/macos-deployment-target-issue"
],
[
"Missing file libarclite_iphoneos.a (Xcode 14.3)",
"/faq/missing-file-xcode-14.3"
],
[
"Unable to find a target named `RunnerTests` in project `Runner.xcodeproj`, did find `Runner`",
"/faq/unable-to-find-runner-tests"
],
[
"Can't run build_runner because `BuildForInputLogger`",
"/faq/cant-run-build-runner-build-runner-logger"
],
[
"DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS",
"/faq/xcode-dt-toolchain-dir"
],
[
"Xcode 15 build warnings on macOS (DVTAssertions)",
"/faq/xcode-dvt-assertions-macos"
],
[
"Xcode sandbox error when building for iOS",
"/faq/xcode-ios-sandbox-error"
],
[
"Extra page shown when swiping back in Safari on iOS",
"/faq/extra-page-swiping-safari-ios"
],
[
"macOS warning: method definition not found",
"/faq/macos-method-definition-not-found"
],
[
"Invalid key/value pair while generating the Pods project on macOS",
"/faq/macos-pods-invalid-key-value-pair"
]
]
],
[
"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"
],
[
"Cleartext HTTP traffic not permitted (Firebase Local Emulator + Android Emulator)",
"/faq/cleartext-http-traffic-not-permitted"
]
]
],
[
"FAQ (Firebase)",
[
[
"Flutter & Firebase Auth on macOS: Resolving Common Issues",
"/faq/flutter-firebase-macos-errors"
],
[
"firebase-tools no longer supports Java version before 11.",
"/faq/firebase-tools-java-11"
],
[
"Failed to update function after updating a Firebase secret",
"/faq/failed-update-cloud-function-secret"
],
[
"Your current project quotas don’t allow for the current max instances setting of 100",
"/faq/project-quotas-max-instances"
],
[
"This project is set up to use Cloud Firestore in Datastore mode",
"/faq/cloud-firestore-setup-datastore-mode"
]
]
],
[
"FAQ (Other)",
[
[
"Flutter 3.13 update",
"/faq/flutter-3.13-update"
],
[
"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"
]
]
],
[
"Course Updates",
[
[
"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/"
]
]
}