rafalbednarczuk / curved_navigation_bar

Animated Curved Navigation Bar in Flutter
BSD 2-Clause "Simplified" License
683 stars 239 forks source link

[Bug-Fix] Active button now updates when state changes occur #118

Closed cybex-dev closed 2 years ago

cybex-dev commented 2 years ago

See #94 and #78 for more information about the problem

rafalbednarczuk commented 2 years ago

Fixed in https://github.com/rafalbednarczuk/curved_navigation_bar/commit/a58c5b348174b37a3a5f288fde0a89e12681aaa6 I think that your PR might break animations. The commit above is a more elegant solution

cybex-dev commented 2 years ago

No worries, thanks for fix