kspo / super_cupertino_navigation_bar

This package offers a collapsible app bar along with an attractive search bar animation, enhancing the visual appeal of your Flutter app with an iOS-inspired design. This package is versatile, allowing complete customization, and it seamlessly works on both iOS and Android platforms.
https://pub.dev/packages/super_cupertino_navigation_bar
MIT License
55 stars 9 forks source link

Bottom tabbar with focused search bar #17

Open WeighingDog opened 2 months ago

WeighingDog commented 2 months ago

I added a bottom tabbar with your module, but I have a problem when I tap on the search bar and then Switch tab. It remains opened and on the other tabs the header is hidden cause of the search bar open status. Is there a solution?

kspo commented 1 month ago

Show me some screenshots then will take a look

WeighingDog commented 1 month ago

This is with searchbar active

image And the if I change tab

image

kspo commented 1 month ago

I got the problem. I will take care of it asap