LanarsInc / animated-bottom-navigation-bar-flutter

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

Feature Request - Support for Icon Gradients #59

Closed MoritzMessner closed 1 year ago

MoritzMessner commented 1 year ago

Dear animated-bottom-navigation-bar package maintainers,

I hope this message finds you well. I am writing to request a new feature for the animated-bottom-navigation-bar-flutter package. Firstly, I want to express my appreciation for the work you've done in creating and maintaining this package, which has been a valuable addition to the Flutter community.

Problem: Currently, when using animated-bottom-navigation-bar-flutter, I can only use a single color to highlight the icons in the navigation bar. While this is functional, it can be limiting in terms of design flexibility and creativity.

Request: I kindly request that you consider implementing a feature that would allow users to use gradients for the icons in the navigation bar. This enhancement would greatly enhance the visual appeal and customization options for Flutter apps using this package.

Having the ability to apply gradients to navigation bar icons would enable developers to:

I understand that adding this feature may require some development effort, but I believe it would greatly benefit the community and make the animated-bottom-navigation-bar-flutter package even more versatile and appealing to Flutter developers.

Thank you for your time and consideration of this request.

vizhan-lanars commented 1 year ago

Hi Thanks for your request and kind feedback. We do really appreciate it.

Would AnimatedBottomNavigationBar.builder cover your needs? Please check example

MoritzMessner commented 1 year ago

yes, it does! Thank you so much.

vizhan-lanars commented 1 year ago

You are welcome )

I think we should update README to make it clear with AnimatedBottomNavigationBar.builder