Liquid-Pull-To-Refresh
Liquid-Pull-To-Refresh copied to clipboard
🔁 A custom refresh indicator for flutter.
**Additional context** the component is very good.But some time,i think backgroundImage is needed more than backgroundColor
**Describe the bug** A clear and concise description of what the bug is. **Flutter:** - version: 2.8
However if you are using any state management system, you do not need this and it would not refresh at all. A solution that I found that might interest some...
**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....
is it possible to set background transparent ???
### Describe the bug Our app is using a grid view with liquid pull to refresh. It works great if you have a lis that is long enough to overflow...
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...
**Describe the bug** While running `flutter pub get` we get an warning that application is still using older version of android embedding. Assign the issue to me for hacktoberfest. I...
**Is your feature request related to a problem? Please describe.** Currently, the Liquid Pull To Refresh package only supports refresh triggered by user's pull-down gesture. This limitation becomes apparent in...