1、前言
学习Flutter已经有一段时间了,现在回想起刚开始接触的时候是那么如此陌生,也许很多人跟我一样,总有一种排斥感和焦虑感,生怕被越来越多人超越,直至自己被淘汰。在我看来这些都是自己认为不够优秀,不够自信引起的心理恐慌,并且不去提升自己,最后面临的才是真正的中年危机!
认清自己想要什么,然后该干什么,绝对没有所谓的中年危机,也许各行业都是一个道理吧!好了,这篇文章主要是分享我学Flutter搜集的一些干货,俗话说得好:“工欲善其事,必先利其器”!
2、主要网站
(1).Flutter官网:
https://flutter.dev/(2).Flutter中文网:
https://flutterchina.club/(3).Dart Packages包仓库,国内镜像:
https://pub.flutter-io.cn/
3、GitHub开源项目
(1).GSYGithubAppFlutter:
https://github.com/CarGuo/GSYGithubAppFlutter(2).WanAndroid,玩Android:
https://github.com/canhuah/WanAndroid(3).flutter-osc(Flutter版):
https://github.com/yubo725/flutter-osc(4).flutter_kaiyan(Flutter版):
https://github.com/wtus/flutter_kaiyan(5).wan_android_flutter(Flutter版):
https://github.com/ywp0919/wan_android_flutter(6).visitor-flutter(基于 Flutter + scoped_model 实现的视频类 App):
https://github.com/songxiaoliang/visitor-flutter(7).Flutter_ZhiHu(开发知乎App的Flutter版。技术栈:flutter+redux+sqflite,正在集成状态管理....):
https://github.com/MeandNi/Flutter_ZhiHu(8).flutter_wanandroid:
https://github.com/Sky24n/flutter_wanandroid(9).flutter_shuqi (高仿书旗小说 Flutter版,支持iOS、Android):
https://github.com/huanxsd/flutter_shuqi(10).Flutter_shop 全网最全flutter 学习案例 仿闲鱼(开源版):
https://github.com/MissYoung/Flutter_shop(11).ycflutter flutter学习案例,接口使用玩Android开放的api,作为入门训练代码案例:
https://github.com/yangchong211/ycflutter(12).flutter_gank App整体秉承Material简洁风格,包含搜索,收藏,提交干货,按期浏览、分类浏览等功能,还有漂亮的妹纸等你哦,快来下载吧~:
https://github.com/lijinshanmx/flutter_gank(13).FlutterDouBan 豆瓣客户端,全网最100%还原豆瓣客户端。首页、书影音、小组、市集及个人中心等:
https://github.com/kaina404/FlutterDouBan
4、其他
(1).awesome-flutter(一位国外大神总结的有关flutter的插件汇总,太厉害了):
https://github.com/Solido/awesome-flutter(2).awesome-flutter-cn(一位国内大神总结的有关flutter的插件汇总,太厉害了):
https://github.com/crazycodeboy/awesome-flutter-c(3).flutter-in-action 《Flutter实战》电子书:
https://github.com/flutterchina/flutter-in-action