rolling_nav_bar 0.0.5-nullsafety.1 rolling_nav_bar: ^0.0.5-nullsafety.1 copied to clipboard
A Flutter nav bar with a rolling active indicator behind each icon
[0.0.5-nullsafety.1] - 2021-02-18 #
- Added null-safety declarations
[0.0.4] - 2021-02-17 #
- Fixed problem where a supplied
onTap()
callback could not callsetState()
[0.0.3] - 2020-12-19 #
- Ensured onTap callback always fires, even if index is current
[0.0.2] - 2020-08-08 #
- Added RTL support
- Verified functionality with Flutter 1.20
[0.0.1] - 2020-01-07 #
- Removed
children
constructor in favor ofbuilder
pattern
[0.0.1-alpha+8] - 2019-12-28 #
- Added customization for badge colors
[0.0.1-alpha+7] - 2019-12-28 #
- Added support for icon badges
[0.0.1-alpha+6] - 2019-12-19 #
- Fixed typos. Functionally equivalent to 0.0.1-alpha+5
[0.0.1-alpha+5] - 2019-12-19 #
- Added ability to programmatically drive new nav bar index
[0.0.1-alpha+4] - 2019-12-17 #
- Fixed bug with null error when not passing
iconText
- Added general sanity tests
[0.0.1-alpha-3] - 2019-12-17 #
- Added support for icon text
[0.0.1-alpha-2] - 2019-12-17 #
- More README clarifications
[0.0.1-alpha-1] - 2019-12-17 #
- Variable name clean-up and other documentation enhancements
[0.0.1-alpha] - 2019-12-15 #
- Initial release of
RollingNavBar
with four animation types: roll, snap, fade-out-and-in, and spin-out-and-in