Purvik Rana
Purvik Rana
@ramsmart-inno Would you be able to provide more information here by this week so can be improved? Otherwise will close this reported issue. Thanks.
Closing it now as not having enough details to look into. Will reopen if have more details.
Hey, we can listen to the state changes and update values on the page (screen) instead of rebuilding using BlocListener. Check that out.
Hi @varindergroove Would you be able to provide more information here or a sample psudo code to reproduce this same at a time? Thanks.
@varindergroove Well, to do that from the Widget which you've wrapped under `SwipeTo` pass null dynamically based on your condition with `setState` so it can take effect. ``` SwipeTo( child:...
@varindergroove Seems like can be understood by an example only. If possible, please clone this package and switch to branch `https://github.com/Purvik/SwipeTo/tree/PR25-on-widget-update` there we can get updated example of it. You...