what the difference #170668
what the difference
#170668
-
Select Topic AreaQuestion BodyWhat the difference Stateless flutter and stateful flutter, |
Beta Was this translation helpful? Give feedback.
Answered by
Sm-Syathir
Aug 22, 2025
Replies: 2 comments
-
stateless = no memory, always the same |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sshtryl23
-
The difference Stateless and Stateful in flutter are : |
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
stateless = no memory, always the same
stateful = has memory, can change