skip to Main Content

how do i fix this error: RenderBox was not laid out: RenderRepaintBoundary#16fcb relayoutBoundary=up4 NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE – Flutter

I have an error that says: RenderBox was not laid out: RenderDecoratedBox#dbfd0 relayoutBoundary=up12 NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE. 'package:flutter/src/rendering/box.dart': Failed assertion: line 2001 pos 12: 'hasSize' How can i fix this error. I have looked at the other questions and didn't came to…

VIEW QUESTION

change color of a text in php with echo

I use Sambroadcaster change color of a text in php with echo this is the code: <span id="currently-playing-title"><?php echo $currentSong->artist_title;; ?></span><?php if ($currentSong->isRequested) echo "[Request]"; ?> This is the text that i want to change the color [Request] The next…

VIEW QUESTION
Back To Top
Search