Skip to content

Commit e8d2c9b

Browse files
committed
feat: 整理目录和项目配置
1 parent c633265 commit e8d2c9b

10 files changed

Lines changed: 61 additions & 0 deletions

File tree

_config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: network-clients-with-flutter
2+
title: Flutter教程
3+
description: Flutter客户端开发教程
4+
author: 张果
5+
category: tutorial
6+
tags:
7+
- flutter
8+
level: introductory
9+
stage: dev

_toc.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
format: jb-book
2+
root: README.md
3+
chapter:
4+
- file: local_developing_tools/README.md
5+
sections:
6+
- file: local_developing_tools/flutter_sdk_and_android_studio.md
7+
- file: dart_language/README.md
8+
sections:
9+
- file: dart_language/expections.md
10+
- file: dart_language/async.md
11+
- file: dart_language/null_safety.md
12+
- file: widgets/README.md
13+
sections:
14+
- file: widgets/asnyc.md
15+
- file: widgets/boxconstraints.md
16+
- file: widgets/slivers.md
17+
- file: app/README.md
18+
sections:
19+
- file: app/navigation.md
20+
- file: app/assets.md
21+
- file: app/font.md
22+
- file: app/error.md
23+
- file: testing/README.md
24+
sections:
25+
- file: testing/unit_testing.md
26+
- file: testing/widget_testing.md
27+
- file: testing/integration_test.md
28+
- file: testing/debug_programmatically.md
29+
- file: http/README.md
30+
sections:
31+
- file: http/cors.md
32+
- file: responsive_and_adaptive/README.md
33+
sections:
34+
- file: responsive_and_adaptive/packages.md
35+
- file: packages_and_plugins/README.md
36+
sections:
37+
- file: packages_and_plugins/versioning.md
38+
- file: platform_specific/README.md
39+
sections:
40+
- file: platform_specific/from_mobile_to_web.md
41+
- file: platform_specific/web/README.md
42+
sections:
43+
- file: platform_specific/web/routers.md
44+
- file: platform_specific/web/deploy.md

app/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# APP设置

dart_language/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Dart语言

http/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 网络请求

local_developing_tools/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 本地开发工具

platform_specific/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 平台特定优化

platform_specific/web/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Web端优化技巧

testing/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 测试

widgets/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# 组件

0 commit comments

Comments
 (0)