Skip to content

Instantly share code, notes, and snippets.

@kwalrath
Last active January 31, 2020 22:36
Show Gist options
  • Save kwalrath/3a354b118e98e637b30d91079d8e6f83 to your computer and use it in GitHub Desktop.
Save kwalrath/3a354b118e98e637b30d91079d8e6f83 to your computer and use it in GitHub Desktop.
NumberCreator().stream
.map((i) => 'String $i')
.listen(print);
/*
OUTPUT:
String 1
String 2
String 3
String 4
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment