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

BoxParentData' is not a subtype of type 'StackParentData' #8

Open
iavsm opened this issue Jul 14, 2020 · 2 comments
Open

BoxParentData' is not a subtype of type 'StackParentData' #8

iavsm opened this issue Jul 14, 2020 · 2 comments

Comments

@iavsm
Copy link

iavsm commented Jul 14, 2020

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)

@AbbasJafariTrax
Copy link

Did you find any solution?

@MitulSumayInfotech
Copy link

I found the solution just removed Positioned widget from Row or Column widget
It worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants