hacktons / convex_bottom_bar

A Flutter package which implements a ConvexAppBar to show a convex tab in the bottom bar. Theming supported.
https://bar.hacktons.cn
Apache License 2.0
801 stars 150 forks source link

Scroll content at the bottom not showing how to fix? #168

Closed isAlmogK closed 2 years ago

isAlmogK commented 2 years ago

When I scroll my list views or single child scroll view all the way to the bottom you can't see all the content what is the best way to solve this so content is fully shown, its seems that scroll does not calculate the bottom app bar I tested with Flutter material bottom app and I was not having this issue attached screenshot

Screen Shot 2022-04-03 at 10 54 21 AM Screen Shot 2022-04-03 at 10 54 43 AM
avenwu commented 2 years ago

I guess it's related to your body content. You may add extra space at the bottom, by Padding or any other widget