Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

我也遇到了,应该是flutter sdk版本差异,估计后面会适配,可以把flutter_version拉下来改一下 #279

Closed
chenyuanguang opened this issue Apr 11, 2023 · 1 comment

Comments

@chenyuanguang
Copy link

          我也遇到了,应该是flutter sdk版本差异,估计后面会适配,可以把flutter_version拉下来改一下

Originally posted by @zcb1603999 in #278 (comment)

@chenyuanguang
Copy link
Author

请教下,这块怎么改的:
'FocusTrap': (props) => FocusTrap(
focusScopeNode: props['focusScopeNode'],
child: props['child'],
key: props['key'],
),
'FocusTrapArea': (props) => FocusTrapArea(
focusNode: props['focusNode'],
key: props['key'],
child: props['child'],
),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant