# flutterWidget **Repository Path**: pxcoder/flutterWidget ## Basic Information - **Project Name**: flutterWidget - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 学习flutter ### 观看视频 [哔哩哔哩视频讲解](https://space.bilibili.com/415456221) ## - [原生指针事件与手势](https://github.com/laocainiao365/flutterWidget/tree/master/event.md) ## - [路由管理](https://github.com/laocainiao365/flutterWidget/tree/master/Router.md) > [路由管理代码](https://github.com/laocainiao365/Learnflutter/blob/master/router.dart) --- 使用案例:-->lib目录下 只看中文注解文档:-->doc目录下 - [MaterialApp](https://github.com/laocainiao365/flutterWidget/tree/master/lib/MaterialApp) - [Scaffold](https://github.com/laocainiao365/flutterWidget/tree/master/lib/Scaffold) - [appBar](https://github.com/laocainiao365/flutterWidget/tree/master/lib/appbar) - [Text](https://github.com/laocainiao365/flutterWidget/tree/master/lib/text) - [RichText-Text.rich](https://github.com/laocainiao365/flutterWidget/tree/master/lib/RichText) - [Container](https://github.com/laocainiao365/flutterWidget/tree/master/lib/Container) - [Align](https://github.com/laocainiao365/flutterWidget/tree/master/lib/Align) - [Padding-Center](https://github.com/laocainiao365/flutterWidget/tree/master/lib/padding_center) - [Image](https://github.com/laocainiao365/flutterWidget/tree/master/lib/Image) - [Row](https://github.com/laocainiao365/flutterWidget/tree/master/lib/Row) - [Column](https://github.com/laocainiao365/flutterWidget/tree/master/lib/Column) - [Flex](https://github.com/laocainiao365/flutterWidget/tree/master/lib/Flex) - [Stack](https://github.com/laocainiao365/flutterWidget/tree/master/lib/Stack) - [Flexible-Expanded-Spacer](https://github.com/laocainiao365/flutterWidget/tree/master/lib/Flexible_Expanded_Spacer) - [StatefulWidget生命周期](https://github.com/laocainiao365/flutterWidget/tree/master/lib/Statefullwidget) - [Wrap](https://github.com/laocainiao365/flutterWidget/tree/master/lib/Wrap) - [Button](https://github.com/laocainiao365/flutterWidget/tree/master/lib/Button) - [圆角头像图片三种实现方式](https://github.com/laocainiao365/flutterWidget/tree/master/lib/CircleImage) - [IndexedStack](https://github.com/laocainiao365/flutterWidget/tree/master/lib/IndexedStack) - [FittedBox](https://github.com/laocainiao365/flutterWidget/tree/master/lib/FittedBox) - [FractionallySizeBox](https://github.com/laocainiao365/flutterWidget/tree/master/lib/FractionallySizeBox) - [SizeBox](https://github.com/laocainiao365/flutterWidget/tree/master/lib/SizeBox) - [Divider](https://github.com/laocainiao365/flutterWidget/tree/master/lib/Divider) - [ListView](https://github.com/laocainiao365/flutterWidget/tree/master/lib/ListView) - [ListTitle](https://github.com/laocainiao365/flutterWidget/tree/master/lib/ListTitle) - [GridView](https://github.com/laocainiao365/flutterWidget/tree/master/lib/GridView) - [CustomScrollView](https://github.com/laocainiao365/flutterWidget/tree/master/lib/CustomScrollView) - [PageView](https://github.com/laocainiao365/flutterWidget/tree/master/lib/PageView)