-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
LateInitializationError: Field 'mainAxisPosition' has not been initialized. #289
Comments
Can you provide me a reproductible example I would just have to run? |
Hi everyone! I have the same issue. But I can't catch it locally. I see this error on my sentry in production. This error happens rarely. I am using 1.1.0 |
Hi, I'm having this problem also. It happens by chance sometimes, but I can't reproduce it here. flutter_slidable: ^1.0.0 ======== Exception caught by widgets library ======================================================= The relevant error-causing widget was: |
Hi, @tazik561 Try wrapping your Inkwell widget into Flexible, Something Like this:
|
Hello. I've already wrapped my widget into Flexible, but it didn't help 🥲 |
Thank you, I've fixed it and I will release another version on pub after. |
I am using slidable 1.1.0 . I want to use custom ActionPane children like this:
But When I swape my card I got this error:
The text was updated successfully, but these errors were encountered: