A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- 开发准备:hello_demo.dart
- 快速启动:MaterialApp() listview.builder() -> listview_demo.dart
- 页面结构:AppBar TabBar Drawer BottomNavigationBar -> drawer_demo.dart bottom_navigation_bar_demo.dart
- 基础部件:Text RichText Container BoxDecoration -> basic_demo.dart
- 布局:Row Colum mainAxis主轴 crossAxis 交叉轴 SizeBox Aligment对齐 stack 一摞小部件 AspectRatio 宽高比 -> layout_dem0.dart
- 视图:PageView 页面视图 GridView 网格视图 -> view_demo.dart
- Sliver: SliverGrid 网格视图 SliverList 列表视图