You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am using VStack() with Widget, and My Widget is calling from another dart file its bottomNavigationBar(). When i am using it and running my app i got error
════════ Exception caught by scheduler library ═════════════════════════════════
RenderBox was not laid out: RenderParagraph#49ab5 NEEDS-LAYOUT NEEDS-PAINT
'package:flutter/src/rendering/box.dart':
Failed assertion: line 1687 pos 12: 'hasSize'
The text was updated successfully, but these errors were encountered:
@harpreet9629 I tried understanding your issue and I am not able to recreate it. Here's what and I understood and tried so far and it's working fine. Let me know if it's wrong.
Describe the bug
I am using VStack() with Widget, and My Widget is calling from another dart file its bottomNavigationBar(). When i am using it and running my app i got error
════════ Exception caught by scheduler library ═════════════════════════════════
![Screenshot_1](https://user-images.githubusercontent.com/26606638/78829102-63700e00-7a03-11ea-9253-430c87a93255.png)
RenderBox was not laid out: RenderParagraph#49ab5 NEEDS-LAYOUT NEEDS-PAINT
'package:flutter/src/rendering/box.dart':
Failed assertion: line 1687 pos 12: 'hasSize'
The text was updated successfully, but these errors were encountered: