Refresh Indicator Not Working on Scroll in Flutter
In this example, you will learn how to solve if RefreshIndicator() is not working on scroll when the ListView() or SingleChildScrollView() is not fully filled to its height. See the simple configuration on ScrollView to perfectly work Refresh Indicator.