Replies: 1 comment
-
I think that the best way is creating a MVVM pattern. On your Viewmodel still the form key and then consume on your widgets |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the question states, for example, if you have the Floating action button, and many widgets down the way there is a form (for clean readable code) . What is the best way to pass the key down, without running into duplicate key issue?
Beta Was this translation helpful? Give feedback.
All reactions