jb3rndt / PersistentBottomNavBarV2

A highly customizable persistent bottom navigation bar for Flutter
https://pub.dev/packages/persistent_bottom_nav_bar_v2
BSD 3-Clause "New" or "Revised" License
47 stars 48 forks source link

Fix `NavigatorConfig.initialRoute` #148

Closed lucasfcardozo closed 2 months ago

lucasfcardozo commented 2 months ago

NavigatorConfig.initialRoute didn't seem to be being used (as reported in the #142) But the solution created in version 5.2.2 didn't work 100%. As shown in #146, there were still 2 routes being generated.

This PR algo fixes #147.