ff_navigation_bar 0.1.5 ff_navigation_bar: ^0.1.5 copied to clipboard
Configurable bottom navigation bar with raised highlight and shadow
[0.1.5] - 22-FEB-2020 #
- Fixed bug where hitbox for each navigation item collapsed to its content size. Now uses a SizedBox to fix the hitbox to the theme's barHeight value and the navigation bar's width / number of items in the bar. This gives a uniform hitbox size for each item.
[0.1.4] - 20-JAN-2020 #
- Maintenance release with support for Provider library version 4.0.2
[0.1.3] - 20-DEC-2019 #
- Fixed bug where setting showSelectedItemShadow = false in the theme did not hide the shadow on the navbar
- Demo app updated to a taller bar height and cleaner style for better display across devices
[0.1.2] - 27-NOV-2019 #
- Added support for selectedItemBorderColor in the theme options
[0.1.1] - 16-NOV-2019 #
- Fixed example code and tidied deployment structure
[0.1.0] - 16-NOV-2019 #
- Included example code
[0.0.1] - 15-NOV-2019 #
- First release of the package