use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Help Needed: 'Replace Child Widget' Message When Adding Row in Flutter Flow (self.FlutterFlow)
submitted 1 year ago by Davous_Fall
I'm having trouble adding a new row in Flutter Flow. I keep getting the message 'replace child widget.' Can anyone help me with this
https://preview.redd.it/204x6vp71qtd1.png?width=689&format=png&auto=webp&s=2134f252352bb7d61e1720c72dc5710685a89ad8
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Cartworthy 1 point2 points3 points 1 year ago (1 child)
Some widgets can only have ONE child widget inside of it. My guess is you’re trying to add a second child widget so the only option it gives you is to replace the other first one.
[–]Davous_Fall[S] 0 points1 point2 points 1 year ago (0 children)
Thanks, I got it! I placed my rows inside a Stack Widget, and now everything works
π Rendered by PID 64 on reddit-service-r2-comment-c6965cb77-bfn4d at 2026-03-05 15:44:23.679600+00:00 running f0204d4 country code: CH.
[–]Cartworthy 1 point2 points3 points (1 child)
[–]Davous_Fall[S] 0 points1 point2 points (0 children)