镜像
Flutter 社区
社区主镜像,采用多种方式同步 Flutter 开发者资源(推荐)。
$ export PUB_HOSTED_URL=https://pub.flutter-io.cn
$ export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
上海交大 Linux 用户组
使用反向代理方式建立的 Flutter 镜像,数据与站源实时同步。 Pub API 返回值未做处理,可能造成无法访问的情况。
$ export PUB_HOSTED_URL=https://dart-pub.mirrors.sjtug.sjtu.edu.cn
$ export FLUTTER_STORAGE_BASE_URL=https://mirrors.sjtug.sjtu.edu.cn
清华大学 TUNA 协会
定时与 Flutter 社区 Storage 镜像同步,Pub API 采取定时主动抓取策略,镜像配置了完善的失败回源策略(推荐)。
$ export PUB_HOSTED_URL=https://mirrors.tuna.tsinghua.edu.cn/dart-pub
$ export FLUTTER_STORAGE_BASE_URL=https://mirrors.tuna.tsinghua.edu.cn/flutter
CNNIC
基于 TUNA 协会的镜像服务,数据策略与 TUNA 一致,通过非教育网的域名访问。
$ export PUB_HOSTED_URL=http://mirrors.cnnic.cn/dart-pub
$ export FLUTTER_STORAGE_BASE_URL=http://mirrors.cnnic.cn/flutter
腾讯云开源镜像站
定时(每天凌晨)与 TUNA 协会镜像同步,数据有延迟,访问速度有待反馈。
$ export PUB_HOSTED_URL=https://mirrors.cloud.tencent.com/dart-pub
$ export FLUTTER_STORAGE_BASE_URL=https://mirrors.cloud.tencent.com/flutter
资料:
https://flutter.cn/docs flutter 开发文档
https://pub.dev/ pub仓库
https://yq.aliyun.com/downloa...
《Flutter in action》——谷歌推荐,闲鱼最佳实践
https://github.com/Solido/awe... 源
https://github.com/xitu/aweso... 译
https://github.com/alibaba/fl... flutter 开发者帮助 APP,包含 flutter 常用 140+ 组件的demo 演示与中文文档
https://github.com/CarGuo/gsy... Flutter 完整开发实战详解系列
https://github.com/flutterchi... 《Flutter实战》电子书
https://juejin.im/post/5de485... Flutter 必备开源项目
https://juejin.im/post/5e984f... 超过百万的StackOverflow Flutter 问题
工具:
https://flutterstudio.app/ 可视化拖拽生成flutter静态页面
https://dartpad.dev/embed-dar... 在线运行dart
https://github.com/dart-lang/... 对应源码
https://codepen.io/pen/editor... 在线运行flutter web
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。