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 appear to have just run into this problem. It only appears for a split second. I feel it might be the same as #6
I'm using bubble_bottom_bar 1.2.0
════════ Exception caught by rendering library ═════════════════════════════════
The following assertion was thrown during layout:
A RenderFlex overflowed by 15 pixels on the right.
The relevant error-causing widget was
BubbleBottomBar
lib/home_page.dart:366
The overflowing RenderFlex has an orientation of Axis.horizontal.
If I change the title of the last item to 'Set', the problem goes away. If I reduce the icon size down I can eventually get the problem to go away as well, but by that time the text is uselessly small. I've tried removing the width constraint on the container with no luck either.
The text was updated successfully, but these errors were encountered:
Yes, when there is not much space, but visually enough it shows renderflex for a second during the animation. In release mode it does not give errors, but would be fine to fix.
I appear to have just run into this problem. It only appears for a split second. I feel it might be the same as #6
I'm using bubble_bottom_bar 1.2.0
Here's my code:
If I change the title of the last item to 'Set', the problem goes away. If I reduce the icon size down I can eventually get the problem to go away as well, but by that time the text is uselessly small. I've tried removing the width constraint on the container with no luck either.
The text was updated successfully, but these errors were encountered: