Skip to content

Instantly share code, notes, and snippets.

View MelvinRB27's full-sized avatar
💯
No dreamer stops dreaming out of fear

Melvin RB MelvinRB27

💯
No dreamer stops dreaming out of fear
View GitHub Profile
void main() {
emit().listen((value){
print('Valor: $value');
});
}
Stream<int> emit() async* {
final numbers = [1, 2, 3, 4, 5];