therezacuet / Motion-Tab-Bar

A beautiful animated flutter widget package library. The tab bar will attempt to use your current theme out of the box, however you may want to theme it.
MIT License
293 stars 74 forks source link

More than 3 iteams in bottom bar #12

Closed petarkovac closed 3 years ago

petarkovac commented 3 years ago

This parameter should be optional, or at least to expect no more than 5 elements as UI/UX suggest for every application.

https://github.com/therezacuet/Motion-Tab-Bar/blob/bbb2b514b92061984b23322c733d2547d0e574c0/lib/MotionTabController.dart#L7

zyllus17 commented 3 years ago

Change length to 4 or 5 if you want that many buttons at the bottom.

petarkovac commented 3 years ago

Thanks for the feedback. I'll close this issue, it was my mistake for not seeing that part.