flutter_paging
flutter_paging copied to clipboard
A small library support load infinite for ListView - GridView on Flutter.
Results
3
flutter_paging issues
Sort by
recently updated
recently updated
newest added
```@override Future loadPage({bool isRefresh = false}) async { if ((currentKey == null) || isRefresh) { if (_cancelableOperation != null && !_cancelableOperation!.isCompleted) _cancelableOperation!.cancel(); _cancelableOperation = CancelableOperation.fromFuture(loadInitial(pageSize)); final results = await _cancelableOperation!.valueOrCancellation();...
please support flutter web version