flutterchina / flutter_in_action_2nd

《Flutter实战 第二版》 书稿
https://book.flutterchina.club/
2.23k stars 348 forks source link

4.5.2 Flow的缺点处描述有误 #182

Open TanWenPing opened 1 year ago

TanWenPing commented 1 year ago

"Flow 不能自适应子组件大小,必须通过指定父容器大小或实现TestFlowDelegate的getSize返回固定大小。" 中的"TestFlowDelegate" 应该是 "FlowDelegate"