We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Non-fatal Exception: type 'BoxParentData' is not a subtype of type 'StackParentData' in type cast 0 ??? 0x0 3554 (<optimized) 1 ??? 0x0 _updateParentData + 5663 (framework.dart:5663) 2 ??? 0x0 attachRenderObject + 5682 (framework.dart:5682) 3 ??? 0x0 mount + 5376 (framework.dart:5376) 4 ??? 0x0 inflateWidget + 3446 (framework.dart:3446) 5 ??? 0x0 updateChild + 3214 (framework.dart:3214) 6 ??? 0x0 performRebuild + 4540 (framework.dart:4540) 7 ??? 0x0 4675 (<optimized) 8 ??? 0x0 rebuild + 4218 (framework.dart:4218) 9 ??? 0x0 buildScope + 2627 (framework.dart:2627) 10 ??? 0x0 drawFrame + 883 (binding.dart:883) 11 ??? 0x0 _handlePersistentFrameCallback + 284 (binding.dart:284) 12 ??? 0x0 _invokeFrameCallback + 1113 (binding.dart:1113) 13 ??? 0x0 handleDrawFrame + 1052 (binding.dart:1052) 14 ??? 0x0 _handleDrawFrame + 968 (binding.dart:968)
The text was updated successfully, but these errors were encountered:
Did you find any solution?
Sorry, something went wrong.
I found the solution just removed Positioned widget from Row or Column widget It worked for me
No branches or pull requests
Non-fatal Exception: type 'BoxParentData' is not a subtype of type 'StackParentData' in type cast
0 ??? 0x0 3554 (<optimized)
1 ??? 0x0 _updateParentData + 5663 (framework.dart:5663)
2 ??? 0x0 attachRenderObject + 5682 (framework.dart:5682)
3 ??? 0x0 mount + 5376 (framework.dart:5376)
4 ??? 0x0 inflateWidget + 3446 (framework.dart:3446)
5 ??? 0x0 updateChild + 3214 (framework.dart:3214)
6 ??? 0x0 performRebuild + 4540 (framework.dart:4540)
7 ??? 0x0 4675 (<optimized)
8 ??? 0x0 rebuild + 4218 (framework.dart:4218)
9 ??? 0x0 buildScope + 2627 (framework.dart:2627)
10 ??? 0x0 drawFrame + 883 (binding.dart:883)
11 ??? 0x0 _handlePersistentFrameCallback + 284 (binding.dart:284)
12 ??? 0x0 _invokeFrameCallback + 1113 (binding.dart:1113)
13 ??? 0x0 handleDrawFrame + 1052 (binding.dart:1052)
14 ??? 0x0 _handleDrawFrame + 968 (binding.dart:968)
The text was updated successfully, but these errors were encountered: