- Fixed GButton onPressed not working
- Updated example
- Empty out the test file
- Use didUpdateWidget to set selectedIndex when rebuilding (thanks to JagandeepBrar)
- Null safety migration (thanks to Ascenio)
- Excluded example folder for publishing
- Reworked animations
- Customizable border
- Added customizable button border style and shadow
- Added navbar RTL support (thanks to hennonoman)
- Added semantic label (thanks to tsinis)
- Added customizable button border radius and navbar flex behaviour
- Added key for testing 2
- Added key for testing
- Removed unessasary code
- Make NavBar great again!
- Added Gradient Tab attributes
- Added Expandable toucharea,
tabMargin
anddebug
attributes
- Fix CupertinoIcons glitch
- Customizable tab curve, duration and flexible tabs
- added missing dispose method for animation Controller
- fix example and indentation, fixed icon size
- fixed button background color greyish issue onTap
- fixed selectedIndex button won't change after setState
- Added fresh new example and simple_example
- Formatted code and readme
- My first widget was born