flutter_listview_loadmore
flutter_listview_loadmore copied to clipboard
need to be optimized
instead of putting logic to the widget state it is better to isolate them in a seperate BLOC class file. also the method notify in build part also not a good idea.