diegoveloper / flutter_stretchy_header

MIT License
61 stars 13 forks source link

ScrollController() doesn't work on child widget. #11

Open bigmints opened 4 years ago

bigmints commented 4 years ago

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, ) )

diegoveloper commented 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 .