File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ _build /
2+ .idea /
3+ .vscode /
Original file line number Diff line number Diff line change 1+ # Flutter教程
Original file line number Diff line number Diff line change 11format : jb-book
22root : 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
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments