- 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.
- Maintenance release with support for Provider library version 4.0.2
- 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
- Added support for selectedItemBorderColor in the theme options
- Fixed example code and tidied deployment structure
- Included example code
- First release of the package