Version
6.0.0
Platforms
dart
Device Model
android
flutter info
• Flutter version 3.10.6 on channel stable at /Users/apple/flutter
! Upstream repository https://github.com/flutter/flutter.git is not the same as FLUTTER_GIT_URL
• Framework revision f468f3366c (2 年前), 2023-07-12 15:19:05 -0700
• Engine revision cdbeda788a
• Dart version 3.0.6
• DevTools version 2.23.1
• Pub download mirror https://pub.flutter-io.cn
• Flutter download mirror https://storage.flutter-io.cn
• If those were intentional, you can disregard the above warnings; however it is
How to reproduce?
当ExtendedNestedScrollView下面存在tabbar,每个tab都有下拉刷新时,其中一个tab下拉刷新会导致所有tab都跟着下拉刷新。如果给每个tab都加上各自的 ScrollController ,会导致页面不能跟随滚动。
Logs
Example code (optional)
Contact
No response
Version
6.0.0
Platforms
dart
Device Model
android
flutter info
• Flutter version 3.10.6 on channel stable at /Users/apple/flutter ! Upstream repository https://github.com/flutter/flutter.git is not the same as FLUTTER_GIT_URL • Framework revision f468f3366c (2 年前), 2023-07-12 15:19:05 -0700 • Engine revision cdbeda788a • Dart version 3.0.6 • DevTools version 2.23.1 • Pub download mirror https://pub.flutter-io.cn • Flutter download mirror https://storage.flutter-io.cn • If those were intentional, you can disregard the above warnings; however it isHow to reproduce?
当ExtendedNestedScrollView下面存在tabbar,每个tab都有下拉刷新时,其中一个tab下拉刷新会导致所有tab都跟着下拉刷新。如果给每个tab都加上各自的 ScrollController ,会导致页面不能跟随滚动。
Logs
Example code (optional)
Contact
No response