floaty_nav_bar 1.0.0 floaty_nav_bar: ^1.0.0 copied to clipboard
A Flutter package that provides a floating navigation bar that provide a custom floating button for each tab.
[1.0.0] - 2024-09-25 #
Added #
- Initial release of FloatyNavBar package
- Customizable floating navigation bar widget (
FloatyNavBar
) - Support for multiple tabs with
FloatyTab
class - 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)