bubbled_navigation_bar_plus 1.0.1
bubbled_navigation_bar_plus: ^1.0.1 copied to clipboard
Stunning Animating Bubbled Shape Navigation Bar. Adjustable color, background color, animation curve, animation duration. Working with PageView via controller param.
1.0.1 20-Jul-2026 #
- Updated readme to add issue request details
- Lower the dart version to support flutter 3.20.0
1.0.0+1 13-Jul-2026 #
- Migrated the package to null safety (Dart SDK >=2.12).
- Fixed missing render object cast when measuring icon widths.
_buildSelectionPainternow correctly returnsSelectionPainter?instead of an invalid null return.- Guarded
MenuPositionControllerposition/animation getters against null and divide-by-zero. - Disposed previous
AnimationControllerbefore creating a new one on repeated taps to prevent leaks. - Replaced deprecated
hashValueswithObject.hash. onTapcallback andtitlewidget are now properly optional and null-checked.
1.0.0 TODO: Add release date. #
- TODO: Describe initial release.