LanarsInc / animated-bottom-navigation-bar-flutter

AnimatedBottomNavigationBar is a customizable widget inspired by
https://dribbble.com/shots/7134849-Simple-Tab-Bar-Animation
Other
369 stars 108 forks source link

Add item scale factor parameter #43

Closed Oubi256 closed 2 years ago

Oubi256 commented 2 years ago

I didn't like that I can't change the default icon scale after clicking. Now it can be specified. 1 - the scale is twice the standard size (default behavior), 0.5 -scale half of the standard, etc.

vizhan-lanars commented 2 years ago

Hi. Thanks for your contribution. We are not consider making that property customisable. But you can fork for your needs.

canaan5 commented 1 year ago

This is wrong.

by default it should be customisable. I really don't like the scale on tap but I see that my options are to build my own or for this project to make the adjustments. Hmmmm

vizhan-lanars commented 1 year ago

Hi, @canaan5 @Oubi256 Please check version 1.3.0 with a new scaleFactor parameter.

canaan5 commented 1 year ago

Thank you so much @vizhan-lanars, this is perfect.