我正在尝试使用Flutter和Firestore构建一个应用程序。当使用StreamBuilder从Firestore加载集合以在ListView中显示它时,我得到以下错误 The following assertion was thrown building StreamBuildermap.containsKey('name'),
this ( creatorId: map['creatorId'],
我从Firestore返回的数据有问题。我需要使用Cloud Firestore Plugin获取一些电子邮件: class _EmailPageState extends State<EmailPage> {
//StreamBuilderFirestore返回时才填充_emails,因此我得到: flutter: The following assertion was thrown building Expand