Replies: 1 comment
-
can you please share the code |
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
-
I have the following questions
Controllers
inside thebuild
method of theStateless widget
, is it bad for performance?TextField
usingTextEditingController
from theController
class, most tutorial advice to create theTextEditingController
in theController
class, isn't it bad to bring UI code to theController
class. is it good practice?showSnackbar()
in View class(Stateless Widget) from theController
when the value of themsg.obs
changes in theController
classThank you. I am new to this package.
Beta Was this translation helpful? Give feedback.
All reactions