Skip to content

Instantly share code, notes, and snippets.

@felangel
Created August 4, 2019 18:50
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 felangel/d332fadc3bd77b16984c8ee4b43b82b1 to your computer and use it in GitHub Desktop.
Save felangel/d332fadc3bd77b16984c8ee4b43b82b1 to your computer and use it in GitHub Desktop.
[flutter_firestore_todos] todos bloc snippet II
Stream<TodosState> _mapTodosUpdateToState(TodosUpdated event) async* {
yield TodosLoaded(event.todos);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment