aagarwal1012 / aagarwal1012/Liquid-Pull-To-Refresh
Temporarily disable pull to refresh
- Dominant language
- Dart
- Stars
- 1.3k
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
I have a situation where I need to temporarily disable the pull to refresh feature. Is there any way to do this programmatically with state (using GetX for my project so it is stateless and I would use obx observable for this). How would you suggest I do this without forking your project? Thanks
Contributor guide
Research direction
Look at the LiquidPullToRefresh widget's source to see how the refresh gesture is controlled. The user wants to toggle this programmatically, likely via a property like enablePullToRefresh. Check existing state management or callbacks. A solution might involve adding a parameter to the widget and updating the gesture detector logic. Test by integrating the change in a sample Flutter app.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100