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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions