aagarwal1012 / aagarwal1012/Liquid-Pull-To-Refresh
Can't pull to refresh when using flutter_swiper package
- 主要语言
- Dart
- 星标
- 1.3k
- 派生
- 91
- PR 合并指标
- 30 天内没有已合并 PR
描述
Im using a slider from [flutter_swiper](https://pub.dev/packages/flutter_swiper) in my app
The pull function wont work and i cant pull down its stuck for maybe a conflict with `flutter_swiper`
>LiquidPullToRefresh.
-> SingleChildScrollView
--> Column
---> Swiper (flutter_swiper package)
---> Other widgets ...
贡献指南
调研方向
The issue describes a conflict between LiquidPullToRefresh and the flutter_swiper package in a widget tree. Start by examining the LiquidPullToRefresh source code to understand how it handles gesture detection and child scrolling. Look at the Swiper widget's scroll behavior and see if it intercepts drag events. Test a minimal reproduction to confirm the conflict, then explore if the issue is in gesture priority or scroll physics.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- dart, flutter
- 领域
- mobile
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100