You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guys I have a ReordrableListView inside a ValueListenableBuilder with hive listenable which contains some Text widgets that the text of these Text widgets are assigned to hive database values ,
So with that being said the texts will be updated as soon as the values in the database are being changed ...
In the meantime if you want to reorder the list view the above wrong rendering happens ...
I wonder If you you can help me to control the ui update as desired if not ,
Then better lock the reorder functionality of the ReordrableListView but don't know how to lock it . Do you know how ?
I should say flutter doctor has been executed but no changes in the problem detected .
The text was updated successfully, but these errors were encountered:
doc_2021-04-20_10-45-44.mp4
Guys I have a ReordrableListView inside a ValueListenableBuilder with hive listenable which contains some Text widgets that the text of these Text widgets are assigned to hive database values ,
So with that being said the texts will be updated as soon as the values in the database are being changed ...
In the meantime if you want to reorder the list view the above wrong rendering happens ...
I wonder If you you can help me to control the ui update as desired if not ,
Then better lock the reorder functionality of the ReordrableListView but don't know how to lock it . Do you know how ?
I should say flutter doctor has been executed but no changes in the problem detected .
The text was updated successfully, but these errors were encountered: