- Fixed problem where a supplied
onTap()
callback could not callsetState()
- Ensured onTap callback always fires, even if index is current
- Added RTL support
- Verified functionality with Flutter 1.20
- Removed
children
constructor in favor ofbuilder
pattern
- Added customization for badge colors
- Added support for icon badges
- Fixed typos. Functionally equivalent to 0.0.1-alpha+5
- Added ability to programmatically drive new nav bar index
- Fixed bug with null error when not passing
iconText
- Added general sanity tests
- Added support for icon text
- More README clarifications
- Variable name clean-up and other documentation enhancements
- Initial release of
RollingNavBar
with four animation types: roll, snap, fade-out-and-in, and spin-out-and-in