Skip to content

Instantly share code, notes, and snippets.

@rapPayne
Last active March 30, 2019 19:41
Show Gist options
  • Select an option

  • Save rapPayne/b26d5235a27b1df9f943a3376efa3ec2 to your computer and use it in GitHub Desktop.

Select an option

Save rapPayne/b26d5235a27b1df9f943a3376efa3ec2 to your computer and use it in GitHub Desktop.
Futures - Table of Futures examples
Type of future When it's ready, I'll have a ...
Future<String> ... string
Future<Foo> ... Foo
Future<Map<String, dynamic>> ... Map whose keys are Strings and whose values are dynamic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment