flutter_listview_loadmore icon indicating copy to clipboard operation
flutter_listview_loadmore copied to clipboard

flutter loadmore demos

Results 24 flutter_listview_loadmore issues
Sort by recently updated
recently updated
newest added

My load more is loading all the data at once even if I have three different request bringing data at different time. ```import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:page_transition/page_transition.dart'; import 'package:smcmemberapp/Pages/SikhPhulwari/create.dart';...

Added text for Arabic loading states.

How to remove "no more data" text?

help wanted

> Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Null check operator used on a null value. Error thrown Instance of 'ErrorDescription'. at State.context(State.java:916) at DefaultLoadMoreViewState.notify(DefaultLoadMoreViewState.java:336) Some users get this error. The reason for its...

Console output: ``` E/flutter ( 7904): [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: This widget has been unmounted, so the State no longer has a context (and should be considered defunct). E/flutter ( 7904):...

![image](https://user-images.githubusercontent.com/5591177/137182341-36275739-ab42-482c-a1b2-6b478fece882.png) Before pull refresh ![image](https://user-images.githubusercontent.com/5591177/137182467-5402366c-8a87-4f40-b1a4-3f03ae171934.png) After pull refresh

add isRetry parameter to loadmore