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

Not using safe area on iphone with bottom handel #10

Closed nishiths23 closed 3 years ago

nishiths23 commented 4 years ago

Using the simple example i implemented Motion tab bar on an iphone with bottom handle bar line iphone X and it is observed that there is not much padding between the bottom handle and the tab title.

Screenshot 2020-07-09 at 11 50 46 PM

And when MotionTabBar is wrapped inside SafeArea or BottomAppBar widget it seems that the whole tab bar breaks

Screenshot 2020-07-09 at 11 55 09 PM
therezacuet commented 3 years ago

I am working on this. The issue will fix in the next version. Thanks

M3sca commented 3 years ago

Just to join the requested feature. Waiting for an update!