Skip to content

Instantly share code, notes, and snippets.

@Classy-Bear
Created December 7, 2019 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Classy-Bear/9ee39ef2d44a784373e9d445e165c730 to your computer and use it in GitHub Desktop.
Save Classy-Bear/9ee39ef2d44a784373e9d445e165c730 to your computer and use it in GitHub Desktop.
FutureBuilder(
future: getData(),
builder: (BuildContext context, AsyncSnapshot snapshot) {}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment