flutter.cn icon indicating copy to clipboard operation
flutter.cn copied to clipboard

Flutter CN docs translation plan, get started from the wiki: https://github.com/cfug/flutter.cn/wiki

Results 48 flutter.cn issues
Sort by recently updated
recently updated
newest added

任务编号: No.193 文档地址: https://flutter.cn/docs/cookbook/effects/parallax-scrolling Markdown 源码地址: https://github.com/cfug/flutter.cn/blob/master/src/cookbook/effects/parallax-scrolling.md 预计完成时间: 7 - 10 天 感谢你为 Flutter 中文文档所出的贡献!

D: 7 - 10 天
S: 实用教程 (Cookbook)

任务编号: No.192 文档地址: https://flutter.cn/docs/cookbook/effects/photo-filter-carousel Markdown 源码地址: https://github.com/cfug/flutter.cn/blob/master/src/cookbook/effects/photo-filter-carousel.md 预计完成时间: 7 - 10 天 感谢你为 Flutter 中文文档所出的贡献!

D: 7 - 10 天
S: 实用教程 (Cookbook)

任务编号: No.191 文档地址: https://flutter.cn/docs/cookbook/effects/nested-nav Markdown 源码地址: https://github.com/cfug/flutter.cn/blob/master/src/cookbook/effects/nested-nav.md 预计完成时间: 7 - 10 天 感谢你为 Flutter 中文文档所出的贡献!

D: 7 - 10 天
S: 实用教程 (Cookbook)

> [!Important] > 请先合并 https://github.com/cfug/flutter.cn/pull/1436 后,再合并当前 PR。 ref https://github.com/cfug/flutter.cn/issues/374 ### 主要内容 - Docker 相关工具被移除,适配新的站点生成器 Eleventy (11ty) - 移除 tool/move_docs.sh - 翻译前的格式调整 (tool/translator/gulpfile.js) 以适应 11ty - dartpad 可正常使用了

S: Team/Infra

### 页面 URL https://flutter.cn/community/tutorials/deep-dive-into-dart-s-function-closure/ ### 页面源代码地址 https://github.com/cfug/flutter.cn/tree/main/src/community/tutorials/deep-dive-into-dart-s-function-closure.md ### 描述问题 实现策略模式中,代码错误 ```dart void main(){ var res = exec(select('sum'),1 ,2); print(res); } Function select(String opType){ if(opType == 'sum') return sum; if(opType ==...

E: 页面问题

### 问题镜像 URL https://pub-web.flutter-io.cn/packages/fluttertoast ### 错误内容截图或 log 列表显示的最新版本 ![image](https://github.com/cfug/flutter.cn/assets/17847087/617f5bca-c2f7-439e-953b-6c19cf8b1a1c) 详情显示的不是最新版本,使用pub get获取的是详情中显示的版本: ![image](https://github.com/cfug/flutter.cn/assets/17847087/9e790f20-d669-4424-955c-bde7da102d7e) ### pubspec.yaml fluttertoast: ^8.2.5 ### 网络环境 _No response_ ### flutter doctor -v _No response_

E: 镜像问题

> [!IMPORTANT] > 该 CI 处于试验阶段 用于扫描指定的文档,检查是否存在可用站点变量替换的文本。 > 类似检查 PR https://github.com/flutter/website/pull/9894 这样的内容 ### 工具 YAML Variable Scanner:[AmosHuKe/yaml_variable_scanner](https://github.com/AmosHuKe/yaml_variable_scanner) 工具的配置:[/tool/config/yaml_variable_scanner.yaml](https://github.com/cfug/flutter.cn/blob/3280bfd2c1ca1f2caa846ab6a66a7c1d76e18355/tool/config/site_variable_scanner.yaml) > 扫描检查本质上就是对纯文本的匹配,不存在语法渲染, > 例如:不会渲染 Liquid 变量的使用(类似 {{ xxx }})。 > 只要文件(md、html...)内容存在 `{{...

S: Team/Infra