Skip to content

Commit 105a978

Browse files
committed
refactor: format 处理
1 parent 2aaaa6e commit 105a978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Reports/2025/#323-2025.02.17.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ iOS App Intents 是苹果生态中实现「功能原子化」的核心工具,
3535

3636
### 🐢 [Flutter 3.29 发布,看起来会是一个“大坑”的版本](https://mp.weixin.qq.com/s/_uA5XYYqmzbtTVCtqRPI7w)
3737

38-
[@david-clang](https://github.com/david-clang):本文结构和内容参考 Flutter 技术项目经理的 [Whats new in Flutter 3.29](https://medium.com/flutter/whats-new-in-flutter-3-29-f90c380c2317) ,作者在官方软文报喜不报忧的基础上,给出开发者角度的担忧,例如:
38+
[@david-clang](https://github.com/david-clang):本文结构和内容参考 Flutter 技术项目经理的 [Whats new in Flutter 3.29](https://medium.com/flutter/whats-new-in-flutter-3-29-f90c380c2317) ,作者在官方软文报喜不报忧的基础上,给出开发者角度的担忧,例如:
3939

4040
1. Dart 代码会直接在 Android 和 iOS 的主 UI 线程上运行,而不是单独的 Dart UI 线程,此时 Dart 和平台调用直接可以同步执行。
4141
2. 没有 Vulkan 驱动的 Android 设备将回退到在 OpenGLES 上运行的 Impeller,而不是使用 Skia。
4242
3. 移除了 Flutter Gradle 插件,之前没迁移的需要手动迁移适配。
4343

44-
而且 Flutter 创始人 [Eric](https://github.com/eseidel) 也对“废弃 Dart 独立 UI 线程”发表了 [comment](https://github.com/flutter/flutter/issues/150525#issuecomment-2652547816),表怀疑态度,比如 Dart 和 Native 平台同一线程之后,那么「滚动/动画」是否会因此出现相互影响,特别是第三方插件处理不当的时候,反而可能更加卡顿。官方回复 Eric 这利大于弊,而 Eric 表示后面有空整理文档回复该讨论。
44+
而且 Flutter 创始人 [Eric](https://github.com/eseidel) 也对“废弃 Dart 独立 UI 线程”发表了 [comment](https://github.com/flutter/flutter/issues/150525#issuecomment-2652547816),表怀疑态度,比如 Dart 和 Native 平台同一线程之后,那么「滚动 / 动画」是否会因此出现相互影响,特别是第三方插件处理不当的时候,反而可能更加卡顿。官方回复 Eric 这利大于弊,而 Eric 表示后面有空整理文档回复该讨论。
4545

4646
## 工具
4747

0 commit comments

Comments
 (0)