Skip to content

Instantly share code, notes, and snippets.

@anoochit
Last active June 2, 2022 10:00
Show Gist options
  • Save anoochit/af6d50cb14c1a6a8dabf148b4b2beca3 to your computer and use it in GitHub Desktop.
Save anoochit/af6d50cb14c1a6a8dabf148b4b2beca3 to your computer and use it in GitHub Desktop.
// (6) set value to drop down here
dev.log('goto page with docId = $value');
snapshot.data!.docs.where((e) => e.id == value).forEach((e) {
dev.log('${e.data()}');
setState(() {
dropdownValue = value.toString();
// set your value here
dev.log(e["timestamp"]);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment