Flutter 资源

Flutter 快速学习指南 Guid

Widget Layout

https://flutter.dev/docs/development/ui/widgets/layout

自带的Widget

https://flutterchina.club/widgets/material/

iOS 风格的Widget

https://flutterchina.club/widgets/cupertino/

Effective Dart

国内,和过外你懂得
https://dart.cn/guides/language/effective-dart

https://dart.dev/guides/language/effective-dart

库搜索

https://pub.dev/

第三方库

dio
https://github.com/flutterchina/dio

第三方借鉴学习的项目

https://github.com/2d-inc/Flare-Flutter
模仿知乎
https://github.com/MeandNi/Flutter_ZhiHu
模仿豆瓣
https://github.com/kaina404/FlutterDouBan
https://github.com/singhbhavneet/Flutter-Dribbble-Challenge
控件练习
https://github.com/OpenFlutter/Flutter-Notebook
玩Android练习
自家练习项目,一个项目的目录
lib/back/project_article
内容稍微有点杂
https://github.com/zcwfeng/flutter_apistudy

插件和基础学习
https://github.com/zcwfeng/flutter_tutorial

GridView 瀑布流参考
https://github.com/letsar/flutter_staggered_grid_view

IO request
https://github.com/2d-inc/developer_quest
日历项目
https://github.com/fluttercandies/flutter_custom_calendar
控件学习封装
https://github.com/flutterchina/flukit
天气预报项目
https://github.com/KinsomyJS/muses_weather_flutter

一个游戏单页面demo,学习意义不大
https://github.com/spritewidget/spaceblast
一个音视频先关fluttesr-incall-manager
https://github.com/kangshaojun/flutter-incall-manager

小游戏参考
https://github.com/spritewidget/spritewidget

你可能感兴趣的:(Flutter 资源)