Flutter – Single/Common scaffold between multiple screens with go_router navigation
I want to use common scaffold widget between multiple screens with go_router navigation library. I don't understand the approach. I saw some examples for common scaffold with multiple screens but they are using some index based scaffold body content widget.…