Flutter-Walkthrough icon indicating copy to clipboard operation
Flutter-Walkthrough copied to clipboard

Next page has back button on top bar

Open gonzalonm opened this issue 6 years ago • 1 comments

After walkthrough finishes, a new page is loaded but with a back button at top (appBar). Are there any ways to hide or remove that button?

I think it can be related in how next page is called internally. I assume if it's called as Navigator.pushReplacementNamed("some Route"); it should be fixed

I'm checking this post.

gonzalonm avatar Aug 29 '18 12:08 gonzalonm

I didn't see at bottom in that post a nice way to hide that

automaticallyImplyLeading: false

Doing this, back button is hidding but if I tap on device back button, walkthrough is shown again :(

gonzalonm avatar Aug 29 '18 12:08 gonzalonm