flutter quickstart - better-dart/pkg GitHub Wiki
flutter 速成:
dart 语法速览:
- https://www.dartcn.com/guides/language/language-tour
- 标准库: https://www.dartcn.com/guides/libraries/library-tour
FVM: flutter 版本管理:
搭建 flutter 开发环境:
GetX: 状态管理
- https://pub.dev/packages/get
- https://github.com/jonataslaw/getx/blob/master/README.zh-cn.md
- https://github.com/hhstore/blog/issues/235
docs:
- 路由管理: https://github.com/jonataslaw/getx/blob/master/documentation/zh_CN/route_management.md
- 状态管理: https://github.com/jonataslaw/getx/blob/master/documentation/zh_CN/state_management.md
- 依赖管理: https://github.com/jonataslaw/getx/blob/master/documentation/zh_CN/dependency_management.md
get_cli:
- https://github.com/jonataslaw/get_cli
- GetX 的脚手架, 生成模块代码目录.
UI 组件:
- https://github.com/toly1994328/FlutterUnit
- http://laomengit.com/flutter/widgets/widgets_structure.html
视频:
- https://github.com/hhstore/blog/issues/230
- 强烈不推荐, 基本都过时了
常用 lib:
kv 存储:
flutter webview 组件:
其他:
常用 flutter 组件:
- http://laomengit.com/flutter/widgets/widgets_structure.html
- Scaffold
- CustomScrollView: http://laomengit.com/flutter/widgets/CustomScrollView.html
- ListView
- ListTile
- GridView