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
When you try to change the position of the scroll in the code, the hidden widget is not (in this case) showing, I need to manually continue scrolling until bar is shown provider.scrollController.animateTo(0, duration: const Duration(milliseconds: 500), curve: Curves.ease);
The text was updated successfully, but these errors were encountered:
Hi man! No problem. Look, I was using the package and I realized that the scroll only hides (and unhides) the hidable when the user explicitly scrolls the screen; if, for example, you got a ScrollController and you attach it to the scroll and call jumpTo() or any other function related to move scroll til top, the hidable widget doesn't react, you need to scroll up and down to finally see it. Hope this helps you understand what I was trying to explain; maybe I did something wrong but since I didn't use it though, I stopped checking
Obtener Outlook para Android<https://aka.ms/AAb9ysg>
________________________________
From: Ismael ***@***.***>
Sent: Friday, September 27, 2024 2:19:57 PM
To: insolite-dev/hidable ***@***.***>
Cc: MrRob02 ***@***.***>; Author ***@***.***>
Subject: Re: [insolite-dev/hidable] Hidable not respnding programmatically (Issue #32)
First of all, sorry for the late response.
Could you describe it in more detail? I'm trying to understand exactly what we want here.
—
Reply to this email directly, view it on GitHub<#32 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AZVFWUOCFFKYZ62FLP55MXDZYW4W3AVCNFSM6AAAAABJXAI7HGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZZHE4TENBQGE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
When you try to change the position of the scroll in the code, the hidden widget is not (in this case) showing, I need to manually continue scrolling until bar is shown
provider.scrollController.animateTo(0, duration: const Duration(milliseconds: 500), curve: Curves.ease);
The text was updated successfully, but these errors were encountered: