Skip to content

Commit 44250ed

Browse files
committed
feat: 维护ToC
1 parent e8d2c9b commit 44250ed

4 files changed

Lines changed: 19 additions & 11 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_build/
2+
.idea/
3+
.vscode/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Flutter教程

_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
format: jb-book
22
root: README.md
3-
chapter:
3+
chapters:
44
- file: local_developing_tools/README.md
55
sections:
66
- file: local_developing_tools/flutter_sdk_and_android_studio.md

widgets/slivers.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# Sliver组件
22

33
教程:
4-
-「Slivers in Flutter - Part (4)」- https://dhruvnakum.xyz/slivers-in-flutter-part-4
5-
If you've used SafeArea then, SliverSafeArea is also doing the same thing except it takes
6-
sliver as a child instead of Box widget.
4+
5+
- [Slivers in Flutter - Part (4)](https://dhruvnakum.xyz/slivers-in-flutter-part-4)
6+
7+
> If you've used SafeArea then, SliverSafeArea is also doing the same thing except it takes sliver as a child instead of Box widget.
78
89
组件:
9-
- NestedScrollView: https://api.flutter.dev/flutter/widgets/NestedScrollView-class.html#widgets.NestedScrollView.1
10-
- SliverOverlapAbsorber: https://api.flutter.dev/flutter/widgets/SliverOverlapAbsorber-class.html
11-
- SliverAppBar: https://api.flutter.dev/flutter/material/SliverAppBar-class.html
12-
- SliverToBoxAdapter: https://api.flutter.dev/flutter/widgets/SliverToBoxAdapter-class.html
13-
- SliverPadding: https://api.flutter.dev/flutter/widgets/SliverPadding-class.html
10+
11+
- [NestedScrollView](https://api.flutter.dev/flutter/widgets/NestedScrollView-class.html#widgets.NestedScrollView.1)
12+
- [SliverOverlapAbsorber](https://api.flutter.dev/flutter/widgets/SliverOverlapAbsorber-class.html)
13+
- [SliverAppBar](https://api.flutter.dev/flutter/material/SliverAppBar-class.html)
14+
- [SliverToBoxAdapter](https://api.flutter.dev/flutter/widgets/SliverToBoxAdapter-class.html)
15+
- [SliverPadding](https://api.flutter.dev/flutter/widgets/SliverPadding-class.html)
1416

1517
工具:
16-
- sliver_tools: https://pub.dev/packages/sliver_tools
17-
- extended_sliver: https://pub.dev/packages/extended_sliver
18+
19+
- [sliver_tools](https://pub.dev/packages/sliver_tools)
20+
- [extended_sliver](https://pub.dev/packages/extended_sliver)
21+

0 commit comments

Comments
 (0)