Nacho Ruiz Martin
10/29/2023, 8:35 AMHome
- if my app has a bottom bar with 4 destinations and the rest should be fullscreen?
2. In terms of code modularization I don’t really have a module in which to place Main
or Home
, are you people creating specific modules for this Blocs or just throwing them into the Root
one?
3. I have some actions that will redirect the user from a “fullscreen” component into one specific of Home
, let’s say Profile
, is that doable?
4. WDYT of Home
as naming? It’s only the place in which bottom bar destinations will be placed.
Sorry if any of the questions is a basic one, as I said, this is me doing baby steps in this navigation paradigm.
Many thanks! 🙇Arkadii Ivanov
10/29/2023, 11:15 AMNacho Ruiz Martin
10/29/2023, 11:43 AM