Open syssam opened 2 years ago
Please use the scroll controller in any scrollable widget, from where it can automatically trigger. May this will fix. Please update to latest Get version.
@jonataslaw Please close this
@jonataslaw sorry, wrong example. I update again
@syssam use your logic inside onInit().
@Shreemanarjun I make a simple sample, it working. however, in the real case, it not working.
You need Wrap your widget with Obx()
I wrap on outside
You need to wrap the offset affected widget by an Obx
if use StatefulWidget and setState update offset, it seems more smooth.
example:
Flutter Version: 2.5.1
Getx Version: ^4.3.8