- fix compile error in FluidNavBarStyle with Dart >= 2.8
- format dart files to be compliant with pub health suggestions
- put all example code in example/lib/main.dart, so it is visible in pub example page
- fix inactivation animation which is now more synchronized with the wave
- add the FluidNavBarItemBuilder
- Bump to lastest stable version of Flutter (1.20.1)
- add the ability to use an IconData instead of a SVG asset
- add the ability to define the default selected index
- This library is now null-safety
- ! Breaking change: deprecated
iconPath
field has been removed, usesvgPath
instead