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
I tried to follow mostly what the completed work did with a few modifications due to it being outdated, but after looking through my code line by line I receive this:
BoxConstraints forces an infinite width. - this one happens 3 times in the console
RenderBox was not laid out: RenderFlex#41d7b relayoutBoundary=up1 NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
'package:flutter/src/rendering/box.dart':
Failed assertion: line 1979 pos 12: 'hasSize' - this one happens at least 18 times in the console...
Is anyone else receiving this problem?
The text was updated successfully, but these errors were encountered:
I tried to follow mostly what the completed work did with a few modifications due to it being outdated, but after looking through my code line by line I receive this:
BoxConstraints forces an infinite width. - this one happens 3 times in the console
RenderBox was not laid out: RenderFlex#41d7b relayoutBoundary=up1 NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
'package:flutter/src/rendering/box.dart':
Failed assertion: line 1979 pos 12: 'hasSize' - this one happens at least 18 times in the console...
Is anyone else receiving this problem?
The text was updated successfully, but these errors were encountered: