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

[Bug] PagedListView when using reverse set to true propagates scrolling to AppBar during screen transition #352

Open
AdamTechAcc opened this issue Dec 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@AdamTechAcc
Copy link

Steps to reproduce

Move (e.g. Navigator.push) to screen with AppBar and PagedListView with reverse set to true.

Expected results

Do not affect AppBar during screen transition. Should work like with reverse set to false.

Actual results

When we move to screen with AppBar and PagedListView (SafeArea do not help) during transition AppBar is darken and back to normal color after transition ends. Probably during rendering PagedListView propagates scrolling to AppBar and Flutter (Material3) thinks that we scroll something behind. Problem is only when we use reverse set to true. With reverse set to false everything works fine.

❯ flutter --version
Flutter 3.27.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 17025dd882 (11 days ago) • 2024-12-17 03:23:09 +0900
Engine • revision cb4b5fff73
Tools • Dart 3.6.0 • DevTools 2.40.2

Package Version

4.1.0

Platform

iOS

Code sample

Code sample
[Paste your code here]

Logs

Logs
[Paste your logs here]

Screenshots or Video

Screenshots / Video demonstration [Upload media here]
@AdamTechAcc AdamTechAcc added the bug Something isn't working label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant