auto_route_library icon indicating copy to clipboard operation
auto_route_library copied to clipboard

Is there a way to override the AutoTabsScaffold?

Open madqueendany opened this issue 2 years ago • 3 comments

In my home_screen widget, I have an AutoTabsScaffold setup so it'll be persistent across my main screens (from the nav). Now on the detail pages, I'd like to implement a CustomScrollView with a stylized and flexible app bar. When I do just that, the auto tabs scaffold and my flexible SliverAppBar is showing.

Is there a way to override the Appbar painted by the AutoTabsScaffold on certain (specifically child) screens?

madqueendany avatar Feb 14 '22 21:02 madqueendany

This is my problem too.I need to have different AppBar in child screens. but not define appbar in child and change appbar of AutoTabsScaffold or even AutoTabsRouter.

meysam1717 avatar Feb 16 '22 13:02 meysam1717

Did someone find a solution for this? I also have the exact same problem.

kerberk avatar Mar 22 '22 13:03 kerberk

I am facing the same problem, how I solve it temporally is changing the appbar inAutoTabsScaffold.appBarBuilder, tho the animation doesn't looks good.

hope there's some other workaround that the child screen is able to override the parent appbar.

iEricKoh avatar Jun 17 '22 05:06 iEricKoh

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions

github-actions[bot] avatar Oct 05 '22 08:10 github-actions[bot]