You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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]The text was updated successfully, but these errors were encountered: