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

How to make an Azlist like iOS Contacts app? #19

Open LondonX opened 1 week ago

LondonX commented 1 week ago

I want to make an app page which has:

So far, your lib works charm with the first 2 behavior 👍🏻.

But I can't find any docs about "tap to top" behavior, I'm using GestureDetector wrapping the Title widget now but I it's not quite graceful way since user must tap the "title" not the "upper edge".

As for indexed scrolling, I've tried azlistview and indexed_list_view, but non of them can scroll with the scaffold to stretch or collapse the Large title.