ListView builder like flutter #543
bobwatcherx
started this conversation in
General
Replies: 1 comment
-
I think Your function has a problem. You are adding the new task to the def addtask(e):
listdata.append(txt_name.value)
print(listdata)
lv.controls.append(Text(txt_name.value))
page.update() Let me know I understood your issue and if the above works. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
i want create simple push todo
is there a way to
iterate over the list and display it in the widget
in flutter example
List<String> fruit = ['banana','apple'']
and then
in Flet , i want to render List in widget like flutter , is there a way ?
my code :
Beta Was this translation helpful? Give feedback.
All reactions