BilalShahid13 / PersistentBottomNavBar

A highly customizable persistent bottom navigation bar for Flutter
BSD 3-Clause "New" or "Revised" License
505 stars 377 forks source link

pushNewScreen with customPageRoute - screen required #94

Open loic-hamdi opened 3 years ago

loic-hamdi commented 3 years ago

Hi Bilal,

In pushNewScreen() with customPageRoute : PageRouteBuilder() the screen is required but I don't need one as I generate the screen in PageRouteBuilder & pageBuilder.

Is this an issue from pushNewScreen() or should I use another method to push my customPageRoute ?

loic-hamdi commented 3 years ago

@BilalShahid13 - Any update please ?

BilalShahid13 commented 3 years ago

You can use normal Navigator functions if you don't want to change the visibility of the navigation in the next screen. They should work.