|
1 |
| -# flutter-do |
| 1 | +# flutter-do:寓意“动起来,动手实践远比畏畏缩缩、进度停留了解阶段要好得多“。 |
| 2 | + |
| 3 | +## 交流 |
| 4 | +欢迎加入微信交流群,微信:**laomengit**,或扫二维码: |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | +欢迎关注公众号【老孟程序员】,一个非常高产Flutter相关文章的公众号,扫二维码关注: |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | +## Flutter 控件 |
| 13 | + |
| 14 | +1. Google官方控件视频,每周更新一集:[https://www.youtube.com/watch?v=b_sQ9bMltGU&list=PLjxrf2q8roU23XGwz3Km7sQZFTdB996iG](https://www.youtube.com/watch?v=b_sQ9bMltGU&list=PLjxrf2q8roU23XGwz3Km7sQZFTdB996iG) |
| 15 | + |
| 16 | +2. 超过170多个控件的详细介绍:[http://laomengit.com/](http://laomengit.com/) |
| 17 | + |
| 18 | + |
| 19 | +## Flutter 动画 |
| 20 | + |
| 21 | +### 动画相关文章 |
| 22 | +1. 25种动画组件超全总结:[http://laomengit.com/flutter/module/animated_1/](http://laomengit.com/flutter/module/animated_1/) |
| 23 | +2. 组合动画:[http://laomengit.com/flutter/module/animation_combined](http://laomengit.com/flutter/module/animation_combined) |
| 24 | +3. Google工程师带你选择Flutter动画控件:[http://laomengit.com/flutter/module/animated_choose](http://laomengit.com/flutter/module/animated_choose) |
| 25 | + |
| 26 | +### 带动画效果的PageView |
| 27 | + |
| 28 | +- [Travel Cards](https://github.com/gskinnerTeam/flutter_vignettes/tree/master/vignettes/parallax_travel_cards_list) |
| 29 | + |
| 30 | +- [Mindfullness Gooey Transition](https://github.com/gskinnerTeam/flutter_vignettes/tree/master/vignettes/gooey_edge) |
| 31 | + |
| 32 | +- [page-transformer](https://github.com/roughike/page-transformer) |
| 33 | + |
| 34 | +- [transformer_page_view](https://github.com/best-flutter/transformer_page_view) |
| 35 | + |
| 36 | +- [smooth_page_indicator](https://github.com/Milad-Akarie/smooth_page_indicator) |
| 37 | + |
| 38 | +### 带动画效果的底部导航 |
| 39 | + |
| 40 | +- [Fluid Button Bar](https://github.com/gskinnerTeam/flutter_vignettes/tree/master/vignettes/fluid_nav_bar) |
| 41 | + |
| 42 | +- [Icon Flip Button Bar](https://github.com/gskinnerTeam/flutter_vignettes/tree/master/vignettes/bubble_tab_bar) |
| 43 | + |
| 44 | +- [fancy_bottom_navigation](https://github.com/tunitowen/fancy_bottom_navigation) |
| 45 | + |
| 46 | +- [circular_bottom_navigation](https://github.com/imaNNeoFighT/circular_bottom_navigation) |
| 47 | + |
| 48 | +- [bottom_navy_bar](https://github.com/pedromassango/bottom_navy_bar) |
| 49 | + |
| 50 | +- [titled_navigation_bar](https://github.com/pedromassango/titled_navigation_bar) |
| 51 | + |
| 52 | + |
| 53 | +## Flutter 完整项目及功能性项目 |
| 54 | + |
| 55 | + |
| 56 | +1. Flutter Fly(展翅高飞):[https://github.com/781238222/flutter-do/tree/master/flutter_fly](https://github.com/781238222/flutter-do/tree/master/flutter_fly) |
| 57 | + |
| 58 | +2. Flutter App升级功能:[https://github.com/781238222/flutter-do/tree/master/flutter_upgrade](https://github.com/781238222/flutter-do/tree/master/flutter_upgrade) |
| 59 | + |
| 60 | +3. FlutterExampleApps 收集了大量youtube视频:[https://github.com/iampawan/FlutterExampleApps](https://github.com/iampawan/FlutterExampleApps) |
| 61 | + |
| 62 | +4. flutter-go,不解释,或许这是你最早接触的Flutter资源:[https://github.com/alibaba/flutter-go](https://github.com/alibaba/flutter-go) |
| 63 | + |
| 64 | +5. FlutterScreens,漂亮的UI库,学习阶段建议不要使用[https://github.com/samarthagarwal/FlutterScreens](https://github.com/samarthagarwal/FlutterScreens) |
| 65 | + |
| 66 | +6. Flutter豆瓣客户端,完成度比较高的项目:[https://github.com/kaina404/FlutterDouBan](https://github.com/kaina404/FlutterDouBan) |
| 67 | + |
| 68 | +7. MVC模式的项目结构:[https://github.com/brianegan/flutter_architecture_samples](https://github.com/brianegan/flutter_architecture_samples) |
| 69 | + |
| 70 | +8. 开源Github客户端:[https://github.com/CarGuo/gsy_github_app_flutter](https://github.com/CarGuo/gsy_github_app_flutter) |
| 71 | + |
| 72 | +9. HistoryOfEverything,非常酷炫的项目:[https://github.com/2d-inc/HistoryOfEverything](https://github.com/2d-inc/HistoryOfEverything) |
| 73 | + |
| 74 | +10. WanAndroid客户端:[https://github.com/Sky24n/flutter_wanandroid](https://github.com/Sky24n/flutter_wanandroid) |
| 75 | + |
| 76 | +11. Best-Flutter-UI-Templates,非常漂亮的一个App:[https://github.com/mitesh77/Best-Flutter-UI-Templates](https://github.com/mitesh77/Best-Flutter-UI-Templates) |
| 77 | + |
| 78 | +12. flutter_deer:[https://github.com/simplezhli/flutter_deer](https://github.com/simplezhli/flutter_deer) |
| 79 | + |
| 80 | +13. FlutterFoodybite:[https://github.com/JideGuru/FlutterFoodybite](https://github.com/JideGuru/FlutterFoodybite) |
| 81 | + |
| 82 | +14. 开源中国客户端:[https://github.com/yubo725/flutter-osc](https://github.com/yubo725/flutter-osc) |
| 83 | + |
| 84 | +15. Flutter 高仿知乎 UI:[https://github.com/xujiyou/zhihu-flutter](https://github.com/xujiyou/zhihu-flutter) |
| 85 | + |
| 86 | +16. 高仿书旗小说 Flutter版:[https://github.com/huanxsd/flutter_shuqi](https://github.com/huanxsd/flutter_shuqi) |
| 87 | + |
| 88 | +17. flutter 下拉刷新:[https://github.com/xuelongqy/flutter_easyrefresh](https://github.com/xuelongqy/flutter_easyrefresh) |
| 89 | + |
| 90 | +18. 仿网易云音乐:[https://github.com/boyan01/flutter-netease-music](https://github.com/boyan01/flutter-netease-music) |
| 91 | + |
| 92 | +19. 玩Android客户端:[https://github.com/phoenixsky/fun_android_flutter](https://github.com/phoenixsky/fun_android_flutter) |
| 93 | + |
| 94 | +20. Flutter淘宝App:[https://github.com/GanZhiXiong/GZXTaoBaoAppFlutter](https://github.com/GanZhiXiong/GZXTaoBaoAppFlutter) |
| 95 | + |
| 96 | +21. 交错GridView(可以实现瀑布流):[https://github.com/letsar/flutter_staggered_grid_view](https://github.com/letsar/flutter_staggered_grid_view) |
| 97 | + |
| 98 | +22. 渲染Markdown:[https://github.com/flutter/flutter_markdown](https://github.com/flutter/flutter_markdown) |
| 99 | + |
| 100 | +23. 图标 [https://github.com/imaNNeoFighT/fl_chart](https://github.com/imaNNeoFighT/fl_chart) |
| 101 | + |
| 102 | +24. 城市列表,联系人列表,索引&悬停:[https://github.com/flutterchina/azlistview](https://github.com/flutterchina/azlistview) |
| 103 | + |
| 104 | +## Flutter 相关网站及博客 |
| 105 | + |
| 106 | +1. Flutter 官方网站(英文):[https://flutter.dev/](https://flutter.dev/) |
| 107 | +2. Flutter 官方网站(中文):[https://flutter-io.cn/](https://flutter-io.cn/) |
| 108 | + |
| 109 | + |
| 110 | +## 相关文章 |
| 111 | +1. 全网最全 Flutter 与 React Native 深入对比分析:[https://www.jianshu.com/p/da80214720eb](https://www.jianshu.com/p/da80214720eb) |
| 112 | + |
| 113 | +2. 致Flutter初学者的一封信:[http://laomengit.com/](http://laomengit.com/) |
| 114 | + |
| 115 | +3. Flutter学习路线:[http://laomengit.com/flutter/roadmap/](http://laomengit.com/flutter/roadmap/) |
| 116 | + |
| 117 | +4. Flutter 开发踩坑记录(干货总结):[https://juejin.im/post/5e58ceadf265da575918dd14](https://juejin.im/post/5e58ceadf265da575918dd14) |
| 118 | + |
| 119 | +5. 带有Flutter的粒子动画: [https://juejin.im/post/5e1d5b9b6fb9a03013306588](https://juejin.im/post/5e1d5b9b6fb9a03013306588) |
| 120 | + |
| 121 | +6. Flutter中的花式背景动画: [https://juejin.im/post/5e1c38c96fb9a02fee1ed09e](https://juejin.im/post/5e1c38c96fb9a02fee1ed09e) |
| 122 | + |
| 123 | + |
| 124 | +7. 【Flutter高级玩法-shape】Path在手,天下我有:[https://juejin.im/post/5e6196066fb9a07c8b5bbdf5](https://juejin.im/post/5e6196066fb9a07c8b5bbdf5) |
| 125 | + |
| 126 | + |
| 127 | +8. Flutter完整开发实战详解(二十一、 Flutter 画面渲染的全面解析):[https://juejin.im/post/5e7c8419e51d455c706ca00d](https://juejin.im/post/5e7c8419e51d455c706ca00d) |
| 128 | + |
| 129 | + |
| 130 | +9. 【Flutter脱发录】也来实现一下灭霸效果: [https://juejin.im/post/5e7f5be55188257396515dbc](https://juejin.im/post/5e7f5be55188257396515dbc) |
| 131 | + |
| 132 | + |
| 133 | +10. Flutter:图像的爆炸动画💥 [https://juejin.im/post/5e3c17876fb9a07cab3a87fe](https://juejin.im/post/5e3c17876fb9a07cab3a87fe) |
| 134 | + |
| 135 | + |
| 136 | +11. 你知道吗,Flutter内置了10多种show:[https://juejin.im/post/5e7362f76fb9a07c9855105b](https://juejin.im/post/5e7362f76fb9a07c9855105b) |
| 137 | + |
| 138 | +12. 一个高自由度的Flutter 视频播放器: [https://juejin.im/post/5e1da0a55188254dfc6abde4](https://juejin.im/post/5e1da0a55188254dfc6abde4) |
| 139 | + |
| 140 | +13. 字节跳动为什么选用Flutter:并非跨平台终极之选,但它可能是不一样的未来: [https://juejin.im/post/5e81e37f6fb9a03c7e200370](https://juejin.im/post/5e81e37f6fb9a03c7e200370) |
| 141 | + |
| 142 | + |
| 143 | + |
0 commit comments