forked from bizz84/complete-flutter-course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.json
86 lines (85 loc) · 2.65 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
{
"name": "Complete Flutter Course Bundle - 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"
]
]
],
[
"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"
]
]
],
[
"Course Updates",
[
[
"October 2022: Foundations course update",
"/updates/october-2022"
],
[
"November 2022: Foundations course update",
"/updates/november-2022"
]
]
],
[
"Flutter Web Demo",
"https://my-shop-ecommerce-stg.web.app/"
]
]
}