sooxt98 / google_nav_bar

A modern google style nav bar for flutter.
MIT License
749 stars 114 forks source link

Use didUpdateWidget to set selectedIndex when rebuilding #49

Closed JagandeepBrar closed 3 years ago

JagandeepBrar commented 3 years ago

This fixes #48 by utilizing didUpdateWidget and setting selectedIndex to the new value if it has changed.

Ascenio commented 3 years ago

I tested myself and it seems to be working. Good job :grinning: