this code shows an error << ScrollController not attached to any scroll views. >>
anexasp opened this issue · 11 comments
This code shows an error << ScrollController not attached to any scroll views. >>
which code? Could you add a minimum sample to reproduce the issue?
I copied pasted the example from the code here LINK and ran into the ScrollController error.
thanks.
Thanks for report the issue, I'm fixing it now
Awesome, thanks :)
Check the new version: 1.0.1
, don't forget flutter pub upgrade
Great !! version 1.0.1 seems to have resolved the earlier problem, however there is another problem showing up now (comments as below). Is this as well related:
<<<
The method 'reverse' was called on null.
Receiver: null
Tried calling: reverse(Instance of 'OverlayEntry')
is the issue happens with the same sample code? or are you using other code?
hmm I can't reproduce the issue, could you attach a video? what are the steps to reproduce the issue ? are you on stable version (flutter)?
I published a new version : https://pub.dev/packages/direct_select/versions/1.0.2+1 , I can't reproduce your issue yet. In you can reproduce it, please open a new issue. Thanks!!
Perfect !!. i updated the dependencies to 1.0.2, changed channel to master and voila ... it works.
thanks for your patience and immediate response :)