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

White space below the bottom navigation bar in ios #86

Open Codefend-iOS opened 1 month ago

Codefend-iOS commented 1 month ago

How can i remove the white space below the bottom navigation bar in ios, Thanks!

Adsoftwares1 commented 1 month ago

Issue is fixed by me using this in my naigation bar body: safeAreaValues : SafeAreaValues(bottom: false),