xuelongqy / flutter_easy_refresh

A flutter widget that provides pull-down refresh and pull-up load.
https://xuelongqy.github.io/flutter_easy_refresh/
MIT License
3.84k stars 628 forks source link

use special tabbar the header will block #793

Open steven-gao opened 6 months ago

steven-gao commented 6 months ago

i use the tab_container widget as a child with EasyRefresh, when refreshing ,i switch the tab, easyrefresh's header will block. 我用了一个三方库作为EasyRefresh 一个子组件,下拉刷新中,我去切换tab,header会卡主,并且颜色也会变成灰色。请看我上传的video。还请帮忙看看。

https://github.com/xuelongqy/flutter_easy_refresh/assets/4360916/f6d7f0e6-8152-4a17-8911-c6dea046e9cf

flutter doctor -v : [✓] Flutter (Channel stable, 3.13.1, on macOS 13.5.1 22G90 darwin-x64, locale zh-Hans-CN) • Flutter version 3.13.1 on channel stable at /Users/gaotaiwen/Desktop/flutter-sdk/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision e1e47221e8 (4 months ago), 2023-08-22 21:43:18 -0700 • Engine revision b20183e040 • Dart version 3.1.0 • DevTools version 2.25.0

[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) • Android SDK at /Users/gaotaiwen/Library/Android/sdk • Platform android-34, build-tools 34.0.0 • ANDROID_HOME = /Users/gaotaiwen/Library/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 15.0.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 15A507 • CocoaPods version 1.12.1

[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2022.3) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)

[✓] IntelliJ IDEA Community Edition (version 2022.3) • IntelliJ at /Applications/IntelliJ IDEA CE.app • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart

[✓] VS Code (version 1.85.0) • VS Code at /Users/gaotaiwen/Desktop/Visual Studio Code.app/Contents • Flutter extension version 3.80.0

[✓] Connected device (3 available) • M2012K11AC (mobile) • 4388ca83 • android-arm64 • Android 13 (API 33) • macOS (desktop) • macos • darwin-x64 • macOS 13.5.1 22G90 darwin-x64 • Chrome (web) • chrome • web-javascript • Google Chrome 120.0.6099.129

my code : code.zip