- make the example compatible with dart >= 2.12.0
- merge null safety into master
- null safety
- Reduce package size
- Add letIndexChange param to CurvedNavigationBar
- Use clipBehavior instead of overflow, add example project
- dartfmt format
- By default center items
- Detect tap on the whole NavButton
- Replace InkWell by GestureDetector which wraps each of navigation buttons
- Change page programmatically
- TextDirection Right-To-Left and Left-To-Right auto support
- remove debug print
- height can be equal to 0.0
- navigation bar index change available via index param, adjustable height via height param, minimum items: 1
- Make Surface area for button clicks bigger
- add buttonBackgroundColor param
- readme grammar fix
- fix initialIndex
- make package usable on flutter stable version
- update Readme dependency version
- update Readme package usage and package link
- update Readme
- add Example
- Initial version, 07.03.2018