Open bigmints opened 4 years ago
Add minimum sample code to reproduce the issue
On Thu, Jun 18, 2020, 2:02 AM bigmints notifications@github.com wrote:
Hi, This is a nice plugin, but I am facing an issue. When I add a ListView as a child and add ScrollController(), it doesn't return any values. No errors too.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/diegoveloper/flutter_stretchy_header/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UHB4QKCGUIPTNHINVLRXG3XLANCNFSM4OBI7IIA .
Hi, This is a nice plugin, but I am facing an issue. When I add a ListView as a child and add ScrollController(), it doesn't return any values. No errors too.
I am using StretchyHeader.singleChild(
child:ListView( controller: scrollcontroller, ) )