-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yml
50 lines (50 loc) · 1.53 KB
/
_toc.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
format: jb-book
root: README.md
chapters:
- file: local_developing_tools/README.md
sections:
- file: local_developing_tools/android_studio.md
- file: dart_language/README.md
sections:
- file: dart_language/expections.md
- file: dart_language/async.md
- file: dart_language/null_safety.md
- file: widgets/README.md
sections:
- file: widgets/asnyc.md
- file: widgets/boxconstraints.md
- file: widgets/slivers.md
- file: app/README.md
sections:
- file: app/navigation.md
- file: app/assets.md
- file: app/font.md
- file: app/error.md
- file: testing/README.md
sections:
- file: testing/unit_testing.md
- file: testing/widget_testing.md
- file: testing/integration_test.md
- file: testing/debug_programmatically.md
- file: states/README.md
sections:
- file: states/bloc/README.md
sections:
- url: https://www.youtube.com/watch?v=Ep6R7U9wa0U
title: BLoC入门
- file: http/README.md
sections:
- file: http/cors.md
- file: responsive_and_adaptive/README.md
sections:
- file: responsive_and_adaptive/packages.md
- file: packages_and_plugins/README.md
sections:
- file: packages_and_plugins/versioning.md
- file: platform_specific/README.md
sections:
- file: platform_specific/from_mobile_to_web.md
- file: platform_specific/web/README.md
sections:
- file: platform_specific/web/routers.md
- file: platform_specific/web/deploy.md