I am trying to use Flutter EasyRefresh plugin in Listbox Builder. https://pub.dev/packages/flutter_easyrefresh
Earlier I was using Scroll Controller for load more fun
You need to await for getData(), instead of await delayed 2 seconds. Once the future is completed, you should change the state of your widget
Your code should we something like: