james
12/01/2022, 9:46 PMScaffold
at (or near) the top of their hierarchy, meaning each individual “screen” was wrapped by one “grandparent” Scaffold, which meant you would have a single source of controlling a drawer layout and a snackbar host. These days I don’t see that pattern as much, and the pattern is more like one Scaffold for each screen.
Which of these is the recommended way of doing things? My guess is the second one (many Scaffolds) is the way but I wanted to hear thoughts from others 🙏Stylianos Gakis
12/01/2022, 10:14 PMjames
12/01/2022, 10:16 PMFrancesc
12/01/2022, 10:27 PMZoltan Demant
12/02/2022, 9:55 AMBryan Herbst
12/02/2022, 1:52 PM