我也遇到了,应该是flutter sdk版本差异,估计后面会适配,可以把flutter_version拉下来改一下
chenyuanguang opened this issue · 1 comments
chenyuanguang commented
我也遇到了,应该是flutter sdk版本差异,估计后面会适配,可以把flutter_version拉下来改一下
Originally posted by @zcb1603999 in #278 (comment)
chenyuanguang commented
请教下,这块怎么改的:
'FocusTrap': (props) => FocusTrap(
focusScopeNode: props['focusScopeNode'],
child: props['child'],
key: props['key'],
),
'FocusTrapArea': (props) => FocusTrapArea(
focusNode: props['focusNode'],
key: props['key'],
child: props['child'],
),