Sam

Results 18 comments of Sam

I changed this condition: ``` child: _theme.childBounceEnabled ``` to ``` child: _theme.childBounceEnabled && (_pressedOffset.dx != 0 && _pressedOffset.dy != 0) ``` And this solve my case Thanks

Same issue here after upgraded to 3.24 but the "reading" package name vary on time to time so i think is a Flutter issue.

First thing I did.. but without success. I already downgrade on version 3.22.x because I cannot find a quick solution and I cannot stuck with the project. With 3.22.x all...

As I supposed is a Flutter issue https://github.com/flutter/flutter/issues/153222

In the source code this line is not correct: ``` hoverIconTheme: selectedIconTheme ?? theme.iconTheme.copyWith(color: theme.primaryColor), ``` I think should be hoverIconTheme instead selectedIconTheme Thanks

I think this project is not followed anymore so I'm moving on something else. In my case I'm migrating on Kottster.

Hello, I think should be a feature of the component as it seems something very used. Thanks

I put as interval: 86400000 Cycling the function `getTitlesWidget` what I see is: 1735664400000 1735689600000 1735776000000 1735862400000 ... As you can notice the first step is not 86400000 but less....