Skip to content
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

scrollPosition = Scrollable.maybeOf(context)?.position; #56

Closed
suyie001 opened this issue Jan 30, 2023 · 2 comments
Closed

scrollPosition = Scrollable.maybeOf(context)?.position; #56

suyie001 opened this issue Jan 30, 2023 · 2 comments

Comments

@suyie001
Copy link

There is no maybeOf method in Scrollable.

line 434 in cell.dart:
scrollPosition = Scrollable.maybeOf(context)?.position;

should be :
scrollPosition = Scrollable.of(context)?.position;

@luckysmg
Copy link
Owner

For flutter 3.7before, use3.0.7

@suyie001
Copy link
Author

Thanks.

@luckysmg luckysmg pinned this issue Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants