ABausG / home_widget

Flutter Package for Easier Creation of Home Screen Widgets
769 stars 212 forks source link

Widgets Not Updating Manually in Home Screen Listview #145

Open Pavel401 opened 1 year ago

Pavel401 commented 1 year ago

I am currently working on a project where I have a home screen containing a Listview widget. Within this Listview, I aim to display two text widgets. Initially, the data is successfully refreshed on the home screen. However, I am facing an issue where the manual update of these widgets is not functioning as expected.

Screenshot 2023-07-22 at 12 04 59 AM

Git Repo: https://github.com/Pavel401/taskwarrior-flutter/commits/taskwarrior_widget

Home_widget package is used in these two files in the project- https://github.com/Pavel401/taskwarrior-flutter/commit/c41fe040e2f207e1e6bb47cac3a8dabb37634ec7#diff-e61eb31d013d12616f5532636a88cfa63631dda8f7829e5424e68542214d1608 https://github.com/Pavel401/taskwarrior-flutter/commit/c41fe040e2f207e1e6bb47cac3a8dabb37634ec7#diff-714305919bb6830f47a9fe255a43a333a6437101f8fda6387baa031e657c436b

I am seeking assistance in identifying why the manual update of the text widgets is not working. Any guidance or suggestions on how to resolve this issue would be greatly appreciated. Thank you in advance for your help!

@leighajarett @ABausG

tejas-janardhan commented 8 months ago

Was there a resolution to this ? I am facing the same issue with this example package - https://github.com/ABausG/home_widget_counter.git