packages.flutter
packages.flutter copied to clipboard
pull_to_refresh
how to use it with a RefreshIndicator() ?
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.