-
-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: type 'BoxValueConstraints<SliverStickyHeaderState?>' is not a subtype of type 'BoxValueConstraints<SliverStickyHeaderState>' in type cast #62
Comments
please fix this type bug |
…cky header (currently one one inside one other works). Also solves letsar#62
@UnderKoen already made a PR for this package. I think it should be merged. Until then, if you want to fix this issue (and also want to use multiple slivers as a child):
Thanks a lot @UnderKoen! |
Multiple sticky headers works fine... but the issue is, click action not working for bottom placed childs... If I scroll up the same child to top, then click action is working fine... can anyone fix this issue? |
Fixed in 0.6.1, thank you @amitkot |
…cky header (currently one one inside one other works). Also solves letsar#62
Getting this error while using SliverStickyHeader:
Using
flutter_sticky_header: ^0.6.0
.More log info:
The text was updated successfully, but these errors were encountered: