Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
72 views

Hey I can't figure out a way to fix the Text inside of a container that it will break the line and expand the container by itself. I already searched for solutions but Expanded and Flexible don't work....
Tech RCV's user avatar
0 votes
1 answer
58 views

I am encountring a overflow problem within SLiverlist. I have SliverAppBar that callapsed when scrolling the SliverList but at a moment I encounter the RenderFlex overflow by 337 pixels on bottom. ...
Nader's user avatar
  • 89
0 votes
1 answer
491 views

My Flutter Web application is rendering perfectly when I run it on a desktop browser as seen below. I have not used the full width of the screen for the game since the layout looks better as a narrow ...
WeSay Solutions's user avatar
0 votes
1 answer
46 views

i'm trying to test flutter app on ipad pro in debug mode and showing error of "A RenderFlex overflowed by 453 pixels on the right." and if i use singlechildlistview then show blank screen. ...
Muhammad Bilal's user avatar
0 votes
1 answer
71 views

when I learning flutter's GridView.builder ,I got this question this is my code, // ignore_for_file: avoid_unnecessary_containers, avoid_print import 'package:flutter/material.dart'; import './res/...
Barbie-Supn's user avatar
0 votes
1 answer
268 views

I have modal bottom sheet, with the following simplified structure: showModalBottomSheet( isScrollControlled: true, ... builder: (BuildContext context) { return Padding( padding: ...
Tom11's user avatar
  • 2,575
0 votes
1 answer
236 views

I have a Flutter app with a YoutubePlayerScaffold containing a ListView.separated. I want to enable scrolling in the ListView.separated while avoiding renderflex errors when exiting fullscreen mode in ...
AlluMl's user avatar
  • 3
2 votes
1 answer
648 views

I have this flutter app which runs perfectly on the iOS and Android Simulator: app on iOS simulator But when I am running the same exact app on my iPhone 12, everything (fontsize, textfields, etc...) ...
gag0's user avatar
  • 193
0 votes
2 answers
821 views

I am using flutter to design UI with sidebar navigation, which will be collapsed (icon only) by default and show the labels when expanded. When the sidebar is expanded, it flickers an error A ...
Anuj TBE's user avatar
  • 9,922
0 votes
0 answers
92 views

I am trying to build 2 Listview.builder ontop of each other and to do that I am using Column to have more than 1 child as follows: @override Widget build(BuildContext context) { return widget....
FlutterBuilder's user avatar
1 vote
1 answer
39 views

RenderBox was not laid out: _RenderListTile#934f1 relayoutBoundary=up11 NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE 'package:flutter/src/rendering/box.dart': Failed assertion: line 2001 pos 12: '...
Diyorbek Tuxtapulatov's user avatar
0 votes
2 answers
660 views

I'm trying to replicate this design: image These 3 are progress indicators and their number is dynamic. That's why I thought of creating a list view and populating it depending on their number. Plus ...
Hasan Shaddad's user avatar
0 votes
2 answers
420 views

I'm getting a renderflex overflow error which displays as the following: It's coming from the following code: return Column( children: [ ...
FlutterBuilder's user avatar
0 votes
1 answer
509 views

I'm developing a ToDo app using Flutter and encountered a RenderFlex overflowed error that I'm struggling to resolve. The debug console provided the following output, indicating that the contents of a ...
pomoworko.com's user avatar
0 votes
2 answers
73 views

Whenever I am writing Text(email.toString()), it gives the error of RenderFlex overflowed, please help me how to fix it. I am using SharedPreferences.
Shahzain Ahmed's user avatar
0 votes
1 answer
176 views

I wanted to make a page which shows a timer of 2 minutes and then the users can click on the button and move on to the next page. So for this I used the TweenAnimationBuilder and it works properly as ...
unknownCoder's user avatar
0 votes
2 answers
1k views

'here is comment widget i want to show this multiple comment widget in comment page and i also trying to lot of trying to put this comment widget in listview when i put this widget in listview my ...
Himanshu Flutter's user avatar
1 vote
1 answer
149 views

As I stated in the code, I give the widget sizes with MediaQuery, but despite this, there are incompatibilities like the images on different devices or I get an Overflow error. What is the solution to ...
Mehmet Özkan's user avatar
1 vote
1 answer
3k views

I need help to solve this problem. The expanded renders the child but does not expand. return Scaffold( body: ListView( children: [ _HomeBody(child: child,) ], ) ); _HomeBody ...
Samuel Lopez's user avatar
0 votes
1 answer
886 views

I cannot seem to fix this error to save my life. I have tried using Expanded, Flexible, giving size constraints from parent widget, etc. Please save me. Error messages: "The specific RenderFlex ...
ClarenceHD's user avatar
3 votes
2 answers
1k views

I'm trying to fix this padding issue, but it still occur. And i want a gap below the buttons too. please help how to fix it. Error: A RenderFlex overflowed by 7.0 pixels on the bottom. The relevant ...
TimeToCode's user avatar
  • 1,868
0 votes
1 answer
222 views

I'm trying to display a container like this using GridView, 2 containers will be in a row. the Error: ════════ Exception caught by rendering library ═════════════════════════════════ A RenderFlex ...
TimeToCode's user avatar
  • 1,868
0 votes
0 answers
51 views

I am currently working on an application and I have a warning that I can't get rid of... Summary: A RenderFlex overflowed by 34 pixels on the right -> When you press the button to expand container'...
DeltaReloadX's user avatar
0 votes
1 answer
347 views

I try to use Expanded and Flexible and cannot be fixed How to fix this issue with render flex overflowed error import 'package:flutter/material.dart'; import 'package:font_awesome_flutter/...
Abdulrhman Waleed's user avatar
4 votes
2 answers
8k views

In my Flutter application, when i move the map, the changed location is supposed to show up in the container in the bottom like this Image 1, it does show up but while i m scrolling up on the location,...
vansika's user avatar
  • 75
1 vote
1 answer
106 views

I am trying to develop a messaging app and it always throws an exception 'type '_InternalLinkedHashMap<String, dynamic>' is not a subtype of type 'String' when i am trying to give the ...
Usama Bin Tahir's user avatar
0 votes
1 answer
351 views

So I have created a custom list view (list_item.dart) which is used to save data that comes from an api inside a card and display it to the user.Ehen I try to populate my listview with data I get the ...
Kavishka Rajapakshe's user avatar
2 votes
1 answer
784 views

How do you guys solve the following Flutter layout?? I have a screen, where I have to show, as described in the picture: a logo + 3 TextFormFields + 2 buttons + a Container. Problems: I need to put ...
codeKiller's user avatar
  • 5,788
6 votes
1 answer
806 views

I have a SliverPersistentHeader which contains a video. The desired behavior of this view is that as a user scrolls upward, the view should cover or minimize the size of the video. The video header is ...
Pheepster's user avatar
  • 6,417
2 votes
0 answers
145 views

So i have been trying to find some information about how bad it is not to fix a renderflex error. I have a custom app bar which changes based on the screensize. The searchbutton is an animated ...
J. White's user avatar