跳至主要內容

flutter实践学习

引领潮流大约 2 分钟flutter学习archive

#####导航 1、flutter学习思路 flutter简易启动框架 flutter开发工具 and so on...

1、flutter学习思路

学习一门新语言,很难通过一步一步学习,快速接入项目,原因是 1、商业项目一般是多个技术点的综合运用 2、学习到技术也符合28定律,真正运用到实践技术不多3、实际中项目学习,一般是先有,后优化关系 综上,我采取思路是,

  • 1、采用已开源代码成熟代码整合出一个新项目。关系就是先有鸡,后有蛋
  • 2、不考虑新语言音速,新开发一个APP,我需要什么?需要什么样子一个技术框图
flutter学习思路
flutter学习思路

站在我需要什么,而不是flutter有什么技术 站在使用者角度,不考虑原理,先出基本效果,再后续优化,That’s all.

本文支持学习项目: https://github.com/yinlingchaoliu/flutter-easy.git

//已写好工具
SpUtil 支持本地存储 
HttpManager 基于dio支持网络请求任意灵活配置
Fluttertoast 第三方工具

基于GSYGithubAppFlutter项目重构

json to dart https://javiercbk.github.io/json_to_dart/

星期八的文章 https://www.cnblogs.com/hupo376787/default.html?page=2

网络框架 https://github.com/flutterchina/dio

json to dart https://javiercbk.github.io/json_to_dart/

future http://www.ccc5.cc/2462.html

开源项目 https://github.com/yinlingchaoliu/flutter-easy.git

临时笔记 打包 flutter build apk

参考资料

官方教程 https://flutter.cn/

flutter实战 https://book.flutterchina.club

任玉刚 https://mp.weixin.qq.com/s/4G6hWW6GxnmV_j6d2rVBpA

系统学习 https://github.com/AweiLoveAndroid/Flutter-learning

优秀开源 https://github.com/alibaba/flutter-go

flutter weex rn kotlin四种实现 https://github.com/CarGuo/GSYGithubAppFlutter

native插件集成 https://github.com/alibaba/flutter_boost

路由解决方案 https://github.com/alibaba-flutter/annotation_route

框架方案 redux https://github.com/alibaba/fish-redux

setting 模板 https://www.jianshu.com/p/4184745d6983

感受布局的基本语法 https://www.jianshu.com/p/7511cb18a05e

闲鱼开源 https://github.com/MissYoung/Flutter_shop

技术点收集 https://github.com/Sky24n/flutter_wanandroid

临时存储 https://www.jianshu.com/p/806219fd4d0b

参考文章 dio网络 https://github.com/flutterchina/dio/blob/flutter/README-ZH.md#features-and-bugs

异步 https://segmentfault.com/a/1190000014396421