floaty_nav_bar 1.0.2
floaty_nav_bar: ^1.0.2 copied to clipboard
A Flutter package that provides a floating navigation bar that provide a custom floating button for each tab.
1.0.2 - 2025-02-23 #
Fixed #
- Issue where the ink overlay did not take the shape of the tab shape on the tabs when tapped
- Hero tag for
FloatyActionButtonnot being expose to the user - fix MouseRegion not being able to detect mouse hover on the
FloatyActionButton
1.0.1 - 2025-02-05 #
Changed #
- Change
withOpacitymethod towithValuesto meet Flutter 2.27 changes.
1.0.0 - 2024-09-25 #
Added #
- Initial release of FloatyNavBar package
- Customizable floating navigation bar widget (
FloatyNavBar) - Support for multiple tabs with
FloatyTabclass - Optional floating action button for each tab (
FloatyActionButton) - Three shape options:
CircleShape,RectangleShape, andSquircleShape - Smooth animations for tab transitions and action button display
- Customizable colors, sizes, and styles for tabs and action buttons
- Example usage in README
Changed #
- N/A (initial release)
Deprecated #
- N/A (initial release)
Removed #
- N/A (initial release)
Fixed #
- N/A (initial release)