Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pull to refresh in flutter with iOS look and feel

Tags:

ios

flutter

dart

I would like to add the pull to refresh behavior in my app. I read about the RefreshIndicator, but it seems to have only the material UI. Can you suggest me a way to have the native iOS pull to refresh in my Flutter App? Thanks :)

like image 815
Francesco Florio Avatar asked Oct 28 '25 14:10

Francesco Florio


1 Answers

The native iOS-style pull to refresh widget is CupertinoSliverRefreshControl. You can check the official demo here: https://github.com/flutter/flutter/blob/master/examples/flutter_gallery/lib/demo/cupertino/cupertino_refresh_demo.dart

like image 108
Twisted Lullaby Avatar answered Oct 30 '25 05:10

Twisted Lullaby



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!