-
Notifications
You must be signed in to change notification settings - Fork 20
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
_ReorderableBuilderState._handleDragEnd thows null check error #44
Comments
Hi @meomap |
I am wondering why that problem is happening. Could you share the code snippet of the part where you use |
Sure, we use Here is code snippet:
|
In |
I realized that this bug that you describe seems to happen when using return GridView(
key: _gridViewKey,
controller: _scrollController,
children: children,
gridDelegate: const SliverGridDelegateWithFixedCrossAxisCount(
crossAxisCount: cols,
mainAxisSpacing: space,
crossAxisSpacing: space,
), |
I think I found a solution, so you could also wait for the update in the next days 👍 @meomap |
@karvulf It's ok, I think it's just a minor glitch and we don't have much users affected by it yet. I can use Thank you so much for your support 👌 |
The bug should be fixed and released in a few minutes. |
That's great! @karvulf Thanks so much 👌 |
Hello, thank you for your great package.
We've got this exception thrown at the production app.
Sentry stacktrace:
The text was updated successfully, but these errors were encountered: