fluid_bottom_nav_bar 1.4.0
fluid_bottom_nav_bar: ^1.4.0 copied to clipboard
A beautiful bottom navigation with a fluid animation. Bar color, icons and animation speed are fully customizable.
0.0.1 Initial release #
1.0.0 Official release #
- 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
1.0.1 Improvements #
- fix inactivation animation which is now more synchronized with the wave
- add the FluidNavBarItemBuilder
1.1.0 Bump #
- Bump to lastest stable version of Flutter (1.20.1)
1.2.0 Improvements #
- add the ability to use an IconData instead of a SVG asset
- add the ability to define the default selected index
1.3.0 Null safety #
- This library is now null-safety
- ! Breaking change: deprecated
iconPathfield has been removed, usesvgPathinstead
1.4.0 Flutter 3 #
- Use flutter >= 3.0.0
- Update flutter_svg dependency to latest (1.1.6)