Jannis Berndt

Results 108 comments of Jannis Berndt

It is fixed with version 4.1.10 in https://pub.dev/packages/persistent_bottom_nav_bar_v2

It should be fixed with version 4.1.10 in https://pub.dev/packages/persistent_bottom_nav_bar_v2

Okay the package is now republished at [persistent_bottom_nav_bar_v2](https://pub.dev/packages/persistent_bottom_nav_bar_v2) 🎉 Feel free to file any issues and pull requests on the [GitHub Repo](https://github.com/jb3rndt/PersistentBottomNavBarV2)

Its fixed since version 4.1.6 over at https://github.com/jb3rndt/PersistentBottomNavBarV2

It is indeed... Especially because I am not able to implement that manually due to the fact that this assert will always fail if you try to connect the navigatorKeys...

This is implemented in the republished package [persistent_bottom_nav_bar_v2](https://pub.dev/packages/persistent_bottom_nav_bar_v2) basically using your idea. This is needed for the onItemSelected function: ``` dart onItemSelected: (index) { setState(() { navBarEssentials.onItemSelected(index); // This also...

Thank you for your quick response :) After moving the imports, it did not change anything for me. I posted a question on the cypress discord regarding this import since...

Sadly I did not find much help there. I can verify that custom scss is loaded, but the scss imported from the inkline module is not. Might be an issue...

Okay, yeah the issue was fixed with the latest PR, but I just didnt publish that... Gonna do that now, should work afterwards