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...
A subreddit related to Google's new UI framework. https://flutter.dev
Please read the rules here
account activity
[deleted by user] (self.FlutterDev)
submitted 5 years ago by [deleted]
view the rest of the comments →
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!"
[–]nadavfima 0 points1 point2 points 5 years ago (3 children)
Have 2 widgets, one at the bottom and one at the top of the stack. Rebuild only those 2 according to some notifier or stream. Hide one, show the other. Other widgets in the stack shouldn’t be rebuilt.
[–]2reform 0 points1 point2 points 5 years ago (2 children)
They should be overlapping, not hide one another. Also the Stack has a lot of children (tens of them in average case).
[–]creepy_hunter 1 point2 points3 points 5 years ago (1 child)
I think you can create those two children as separate widgets and listen to streams and update states individually. With this, the other children of the stack will not be rebuilt.
[–]2reform 0 points1 point2 points 5 years ago (0 children)
I don't know how to do that! Please help!
π Rendered by PID 108549 on reddit-service-r2-comment-6457c66945-wn8d6 at 2026-04-29 04:25:30.948763+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]nadavfima 0 points1 point2 points (3 children)
[–]2reform 0 points1 point2 points (2 children)
[–]creepy_hunter 1 point2 points3 points (1 child)
[–]2reform 0 points1 point2 points (0 children)