type 'String' is not a subtype of type 'Widget? in flutter dart
I am new to Flutter. I made a flutter project that gets data from an API and displays them in a ListView. And if no data in snapShot then shows a loading screen. I got an error when I ran…