Replies: 1 comment
-
Try change this onChanged: (value) => n,
// into
onChanged: (value) => .value = value, |
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
-
Hi! Newbie here... Im trying to learn flutter and I'm incrementing my studies with the use of great packages like GetX but I'm having some problems...
Let me explain:
I have:
My problem is, i cant show the string inserted in page 1 (in the textfield) in page 2 (
Text("Hi ${n.name} :D")
)What I'm doing wrong ?
Beta Was this translation helpful? Give feedback.
All reactions