ScerIO / packages.flutter

👨‍💻 Plugins and packages for Flutter framework
https://pub.dev/publishers/serge.software/packages
MIT License
440 stars 422 forks source link

pull_to_refresh #110

Open seyedmohammadali opened 3 years ago

seyedmohammadali commented 3 years ago

how to use it with a RefreshIndicator() ?

nullbytesoftware commented 3 years ago

set shrinkWrap: true, then wrap the list with a SingleChildScrollView widget and give it AlwaysScrollableScrollPhysics() physics. If your list is not taking the full height of the screen you can add padding to the bottom.