Sometimes, you may want to build a Flutter widget which depends on the result of a Future . In that case, you can use FutureBuilder . FutureBuilder is a widget that uses the result of a Future to build itself . Below are the examples of how to use the widget.