super_cupertino_navigation_bar
super_cupertino_navigation_bar copied to clipboard
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, allowin...
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...
Because of this logic, it doesn't unfocus after submitting.
How to customize the searchBar?
Hi. Can you add support for pull down to refresh? Or can you suggest me a solution for it? Thanks
Hi! I want to implement the Cupertino blurred Appbar style.. How can I achieve it?
Currently it will have blur effect if transparent.
I dont want large title for detail screen. But I using a customized appbar title, the position are weired, and the Listview in my page, have a fixed margin to...
## Enhance SuperLargeTitle with Optional Widget Support This pull request introduces a new parameter to SuperLargeTitle, `largeTitleWidget`, enabling the use of custom widgets instead of static strings. **Benefits:** - Increased...
Please guide how can I give a shadow to the appbar. I am trying to give the shadow using the `shadowColor` property in the `SuperAppBar` widget. but it doesn't work.
I've made small explanation of what I have and what I'm expecting https://github.com/kspo/super_cupertino_navigation_bar/assets/20270296/2e949c35-95c9-4b00-855d-bd5bc4d26eb7 here's the code of actual Example Widget: ```dart class Example extends StatelessWidget { const Example({Key? key}) :...