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

Update go_router to version 14 #151

Closed GiampaoloGabba closed 2 months ago

GiampaoloGabba commented 2 months ago

The version 14 of go_router introduces a breaking change on the onExit method wich takes 2 parameters in input. These changes do not impact PersistentBottomNavBarV2 as the onExit method are not in use.

This is to avoid version conflicts for projects that use both go_router and PersistentBottomNavBarV2 and need to update to the latest versions of both

jb3rndt commented 2 months ago

Thanks :)