// Wrap it in an if statement e.g if (snapshot.hasData) { //Put your code here } else { return const CircularProgressIndicator(); }