Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I get an exception when I recall the request with more columns to add [Question] #77

Open
mhilalsh opened this issue Feb 13, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@mhilalsh
Copy link

mhilalsh commented Feb 13, 2022

At some point in my app I recall the request -that builds the table columns and rows- with extra parameters so the table will have more width, the app works fine even with the exception but I hope to solve it.

Important note :
I'm trying to recall the request automatically after editing the sent parameters, if I change the parameters then recalled the request manually not automatically the exception won't be thrown!

Exception :
**The following assertion was thrown during a scheduler callback:
The Scrollbar's ScrollController has no ScrollPosition attached.

A Scrollbar cannot be painted without a ScrollPosition.

The Scrollbar attempted to use the provided ScrollController. This ScrollController should be associated with the ScrollView that the Scrollbar is being applied to. When providing your own ScrollController, ensure both the Scrollbar and the Scrollable widget use the same one.**

@mhilalsh mhilalsh added the help wanted Extra attention is needed label Feb 13, 2022
@mhilalsh
Copy link
Author

I added future.delayed with duration of 100 millisecond just to delay the build and the recall and it worked fine without exceptions but I don't know if that's right, so if someone knows a better option please tell me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant