I have a FutureBuilder
FutureBuilder( future: getFuture(), builder: (context, snapshot) { if (snapshot.hasData) { if (snapshot.data)