benyaminbeyzaie / circular_bottom_navigation

Circular bottom navigation is a bottom navigation library for flutter with circular indicator and cool animations.
BSD 3-Clause "New" or "Revised" License
654 stars 97 forks source link

Would nice to have :) #2

Closed blntylmn closed 5 years ago

blntylmn commented 5 years ago

Thanks for this plugin. I am newbie at Flutter also dart (coming from react native side) bu really love it. So I can't help at least now :( but it would be nice to see these options : barBackgroundColor circleStrokeColor barTopBorderColor barTopBorderWidth animationDuration

imaNNeo commented 5 years ago

Hi, Thank you for contribute (absolutely this is contribute), I agree with barBackgroundColor and animationDuration But about circleStrokeColor It's better to set this color as same as barBackgroundColor because the design will broke by separating these two, and about barTopBorderColor and barTopBorderWidth, currently we haven't barTopBorder, firstly we should add it to library.

imaNNeo commented 5 years ago

barBackgroundColor and animationDuration added, they are exists on 0.9.1 version