forked from dart-lang/site-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathside-nav.yml
390 lines (382 loc) · 12.2 KB
/
side-nav.yml
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
- title: Language
expanded: false
children:
- title: Introduction
match-page-url-exactly: true
permalink: /language
- title: Syntax basics
children:
- title: Variables
permalink: /language/variables
- title: Operators
permalink: /language/operators
- title: Comments
permalink: /language/comments
- title: Metadata
permalink: /language/metadata
- title: Libraries & imports
permalink: /language/libraries
- title: Keywords
permalink: /language/keywords
- title: Types
children:
- title: Built-in types
permalink: /language/built-in-types
- title: Records
permalink: /language/records
- title: Collections
permalink: /language/collections
- title: Generics
permalink: /language/generics
- title: Typedefs
permalink: /language/typedefs
- title: Type system
permalink: /language/type-system
- title: Patterns
children:
- title: Overview & usage
permalink: /language/patterns
- title: Pattern types
permalink: /language/pattern-types
- title: Applied tutorial
permalink: https://codelabs.developers.google.com/codelabs/dart-patterns-records
- title: Functions
permalink: /language/functions
- title: Control flow
children:
- title: Loops
permalink: /language/loops
- title: Branches
permalink: /language/branches
- title: Error handling
permalink: /language/error-handling
- title: Classes & objects
children:
- title: Classes
permalink: /language/classes
- title: Constructors
permalink: /language/constructors
- title: Methods
permalink: /language/methods
- title: Extend a class
permalink: /language/extend
- title: Mixins
permalink: /language/mixins
- title: Enums
permalink: /language/enums
- title: Extension methods
permalink: /language/extension-methods
- title: Extension types
permalink: /language/extension-types
- title: Callable objects
permalink: /language/callable-objects
- title: Class modifiers
children:
- title: Overview & usage
match-page-url-exactly: true
permalink: /language/class-modifiers
- title: Class modifiers for API maintainers
permalink: /language/class-modifiers-for-apis
- title: Reference
permalink: /language/modifier-reference
- title: Concurrency
children:
- title: Overview
permalink: /language/concurrency
- title: Asynchronous support
permalink: /language/async
- title: Isolates
permalink: /language/isolates
- title: Null safety
expanded: false
children:
- title: Sound null safety
match-page-url-exactly: true
permalink: /null-safety
- title: Migrating to null safety
permalink: /null-safety/migration-guide
- title: Understanding null safety
permalink: /null-safety/understanding-null-safety
- title: Unsound null safety
permalink: /null-safety/unsound-null-safety
- title: FAQ
permalink: /null-safety/faq
- title: Core libraries
expanded: false
children:
- title: Overview
match-page-url-exactly: true
permalink: /libraries
- title: dart:core
permalink: /libraries/dart-core
- title: dart:async
permalink: /libraries/dart-async
- title: dart:math
permalink: /libraries/dart-math
- title: dart:convert
permalink: /libraries/dart-convert
- title: dart:io
permalink: /libraries/dart-io
- title: dart:html
permalink: /libraries/dart-html
- divider
- title: Iterable collections
permalink: /libraries/collections/iterables
- title: Asynchronous programming
children:
- title: Tutorial
permalink: /libraries/async/async-await
- title: Futures and error handling
permalink: /libraries/async/futures-error-handling
- title: Using streams
permalink: /libraries/async/using-streams
- title: Creating streams
permalink: /libraries/async/creating-streams
- title: Effective Dart
expanded: false
permalink: /effective-dart
children:
- title: Overview
match-page-url-exactly: true
permalink: /effective-dart
- title: Style
permalink: /effective-dart/style
- title: Documentation
permalink: /effective-dart/documentation
- title: Usage
permalink: /effective-dart/usage
- title: Design
permalink: /effective-dart/design
- title: Packages
expanded: false
children:
- title: How to use packages
permalink: /tools/pub/packages
- title: Commonly used packages
permalink: /resources/useful-packages
- title: Creating packages
permalink: /tools/pub/create-packages
- title: Publishing packages
permalink: /tools/pub/publishing
- title: Writing package pages
permalink: /tools/pub/writing-package-pages
- title: Workspaces (monorepo support)
permalink: /tools/pub/workspaces
- title: Package reference
expanded: false
children:
- title: Dependencies
permalink: /tools/pub/dependencies
- title: Glossary
permalink: /tools/pub/glossary
- title: Package layout conventions
permalink: /tools/pub/package-layout
- title: Pub environment variables
permalink: /tools/pub/environment-variables
- title: Pubspec file
permalink: /tools/pub/pubspec
- title: Troubleshooting pub
permalink: /tools/pub/troubleshoot
- title: Verified publishers
permalink: /tools/pub/verified-publishers
- title: Security advisories
permalink: /tools/pub/security-advisories
- title: Versioning
permalink: /tools/pub/versioning
- title: Custom package repositories
permalink: /tools/pub/custom-package-repositories
- title: What not to commit
permalink: /tools/pub/private-files
- title: Development
expanded: false
children:
- title: JSON
permalink: /guides/json
- title: Number representation
permalink: /resources/language/number-representation
- title: Google APIs
permalink: /resources/google-apis
- title: Multi-platform apps
permalink: /multiplatform-apps
- title: Command-line & server apps
children:
- title: Overview
match-page-url-exactly: true
permalink: /server
- title: Get started
permalink: /tutorials/server/get-started
- title: Write command-line apps
permalink: /tutorials/server/cmdline
- title: Fetch data from the internet
permalink: /tutorials/server/fetch-data
- title: Write HTTP servers
permalink: /tutorials/server/httpserver
- title: Libraries & packages
permalink: /server/libraries
- title: Google Cloud
permalink: /server/google-cloud
- title: Web apps
children:
- title: Overview
match-page-url-exactly: true
permalink: /web
- title: Get started
permalink: /web/get-started
- title: Deployment
permalink: /web/deployment
- title: Libraries & packages
permalink: /web/libraries
- title: Wasm compilation
permalink: /web/wasm
- title: Environment declarations
permalink: /guides/environment-declarations
- title: Interoperability
expanded: false
children:
- title: C interop
permalink: /interop/c-interop
- title: Objective-C & Swift interop
permalink: /interop/objective-c-interop
- title: Java & Kotlin interop
permalink: /interop/java-interop
- title: JavaScript interop
children:
- title: Overview
permalink: /interop/js-interop
match-page-url-exactly: true
- title: Usage
permalink: /interop/js-interop/usage
- title: JS types
permalink: /interop/js-interop/js-types
- title: Tutorials
permalink: /interop/js-interop/tutorials
- title: Past JS interop
permalink: /interop/js-interop/past-js-interop
- divider
- title: Web interop
permalink: /interop/js-interop/package-web
- title: Tools & techniques
expanded: false
children:
- title: Overview
match-page-url-exactly: true
permalink: /tools
- title: Editors & debuggers
children:
- title: IntelliJ & Android Studio
permalink: /tools/jetbrains-plugin
- title: VS Code
permalink: /tools/vs-code
- title: Dart DevTools
permalink: /tools/dart-devtools
- title: DartPad
children:
- title: Overview
match-page-url-exactly: true
permalink: /tools/dartpad
- title: Troubleshooting DartPad
permalink: /tools/dartpad/troubleshoot
- title: Command-line tools
children:
- title: Dart SDK
expanded: true
children:
- title: Overview
permalink: /tools/sdk
- title: dart
permalink: /tools/dart-tool
- title: dart analyze
permalink: /tools/dart-analyze
- title: dart compile
permalink: /tools/dart-compile
- title: dart create
permalink: /tools/dart-create
- title: dart doc
permalink: /tools/dart-doc
- title: dart fix
permalink: /tools/dart-fix
- title: dart format
permalink: /tools/dart-format
- title: dart info
permalink: /tools/dart-info
- title: dart pub
permalink: /tools/pub/cmd
- title: dart run
permalink: /tools/dart-run
- title: dart test
permalink: /tools/dart-test
- title: dartaotruntime
permalink: /tools/dartaotruntime
- title: Experiment flags
permalink: /tools/experiment-flags
- title: Other command-line tools
expanded: true
children:
- title: build_runner
permalink: /tools/build_runner
- title: webdev
permalink: /tools/webdev
- title: Static analysis
children:
- title: Customizing static analysis
permalink: /tools/analysis
- title: Fixing common type problems
permalink: /guides/language/sound-problems
- title: Fixing type promotion failures
permalink: /tools/non-promotion-reasons
- title: Linter rules
permalink: /tools/linter-rules
- title: Diagnostic messages
permalink: /tools/diagnostic-messages
- title: Testing & optimization
children:
- title: Testing
permalink: /guides/testing
- title: Debugging web apps
permalink: /web/debugging
- divider
- title: Resources
expanded: false
children:
- title: Language cheatsheet
permalink: /resources/dart-cheatsheet
- title: Breaking changes
permalink: /resources/breaking-changes
- title: Language evolution
permalink: /resources/language/evolution
- title: Language specification
permalink: /resources/language/spec
- title: Dart 3 migration guide
permalink: /resources/dart-3-migration
- title: Coming from ...
expanded: false
children:
- title: JavaScript to Dart
permalink: /resources/coming-from/js-to-dart
- title: Swift to Dart
permalink: /resources/coming-from/swift-to-dart
- divider
- title: FAQ
permalink: /resources/faq
- title: Glossary
permalink: /resources/glossary
- title: Books
permalink: /resources/books
- title: Videos
permalink: /resources/videos
- title: Tutorials
match-page-url-exactly: true
permalink: /tutorials
- title: Related sites
expanded: true
children:
- title: API reference
permalink: https://api.dart.dev
- title: Blog
permalink: https://medium.com/dartlang
- title: DartPad (online editor)
permalink: https://dartpad.dev
- title: Flutter
permalink: https://flutter.dev
- title: Package site
permalink: https://pub.dev