Flutter_ConstraintLayout
Flutter_ConstraintLayout copied to clipboard
Multiple widgets used the same GlobalKey
在ConstraintLayout的child设置GlobalKey会报错,child和Constrained使用相同的key
额,确实是个问题。你试试不把 key 放到 applyConstraint 里,直接放到 child 里。
好像不行,Constrained 会自动取 child 的 key。
这周抽空 fix 一下。
此问题修复了吗?期待新版本
清明节一定把它修了