A new Flutter project.
包含:
- 路由管理
- 基础组件(Text、Image、Icon)
- 布局组件
- 容器组件Container
- 线性布局Row、Column
- 弹性布局Flex
- 流式布局Wrap
- 层叠布局Stack、Positioned
- 对齐与相对定位Align
- 容器类组件
- 填充Padding
- 装饰容器DecoratedBox
- 变换Transform
- 剪裁Clip
- 页面骨架Scaffold、AppBar
- 抽屉菜单Drawer
- 底部Tab导航
- 页面body
- 可滚动组件
- GridView
- ListView
- TabBarView
- CustomScrollView 和 Slivers
- 滚动弹幕效果
- 动画
- 隐式动画
- 显式动画
- 交错动画
- 动画切换组件(AnimatedSwitcher)
- fluttertoast: ^8.0.9
- cached_network_image: ^3.2.2
- flutter_staggered_grid_view: ^0.6.2
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 development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.