Describe the bug
The swipe refresh only works for a scrollable object like ListView, SingleChildScrollView. And if "swipe down" performed on a non-scrollable object (Container, Text), the LiquidPullToRefresh not worked.
To Reproduce
Steps to reproduce the behavior:
- Use this code: https://gist.github.com/IkhwanSI13/c38089a2ef6853b837e10a5988ec6475
- Run the code
- Swipe down at Container Text
Expected behavior
the onRefresh function of LiquidPullToRefresh runs when swiping down at Container Text.
Flutter:
- version: 1.22.6
- channel: stable
Dart:
Additional context
- liquid_pull_to_refresh: ^2.0.0
Describe the bug
The swipe refresh only works for a scrollable object like ListView, SingleChildScrollView. And if "swipe down" performed on a non-scrollable object (Container, Text), the LiquidPullToRefresh not worked.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the onRefresh function of LiquidPullToRefresh runs when swiping down at Container Text.
Flutter:
Dart:
Additional context