File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020
2121## 文章
2222
23- ### 🐕 [ Flutter 中一行文字到屏幕上,渲染全过程!] ( https://developer.apple. com/news/?id=an960mux )
23+ ### 🐕 [ Flutter 中一行文字到屏幕上,渲染全过程!] ( https://mp.weixin.qq. com/s/RAM3GbJ_vjnC_JcgNrFKtg )
2424
25- [ @极速男孩] ( https://github.com/ztlyyznf001 ) :flutter 中除了我们熟悉的 StatelessWidget 和 StatefluWidget 两个 Widget 以外,还有InheritedWidget、 RenderObjectWidget 这种 Widget。 这篇文章主要通过一步步的解析源码中如何使用 RenderObjectWidget 中的 RenderParagraph 来将 RichText 渲染到屏幕中的。然后通过去自定义一个文本的组件来进一步了解如何使用 eRenderObject 来渲染文字的。
25+ [ @极速男孩] ( https://github.com/ztlyyznf001 ) :flutter 中除了我们熟悉的 StatelessWidget 和 StatefluWidget 两个 Widget 以外,还有InheritedWidget、 RenderObjectWidget 这种 Widget。 这篇文章主要通过一步步的解析源码中如何使用 RenderObjectWidget 中的 RenderParagraph 来将 RichText 渲染到屏幕中的。然后通过去自定义一个文本的组件来进一步了解如何使用 RenderObject 来渲染文字的。
2626
2727### 🐢 [ 今日头条优化实践: iOS 包大小二进制优化] ( https://mp.weixin.qq.com/s/TnqAqpmuXsGFfpcSUqZ9GQ )
2828
You can’t perform that action at this time.
0 commit comments