smartrefresh 0.0.1 copy "smartrefresh: ^0.0.1" to clipboard
smartrefresh: ^0.0.1 copied to clipboard

Flutter package for pull to refresh list data.

pull to refresh data from api with flutter 3.0

add package name in pubspec.yeml smartrefresh:

LiquidPullToRefresh( key: _refreshIndicatorKey, onRefresh: _handleRefresh, showChildOpacityTransition: false, // color: Colors.transparent, backgroundColor: Colors.grey, onComplete:Wrap( runSpacing: 5, children: const [ Icon(Icons.done_outlined,color: Colors.grey,size: 25), Text("Succeed"), ], ), onFail: Wrap( runSpacing: 5, children: const [ Icon(Icons.close,color: Colors.grey,size: 25), Text("Failed"), ], ), onLoading: const Text("Loading"), child: StreamBuilder

5
likes
130
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for pull to refresh list data.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on smartrefresh