从特定索引的列表中检索值

时间:2020-06-22 14:53:58

标签: list flutter dart google-cloud-firestore

Firebase screenshot

Firebase Screenshot 2

我对编程很陌生,所以请原谅我的无知,但是我将如何在category_list索引1上检索值“忠诚度”?我使用Flutter(Dart)尝试了文档,但可惜发现自己陷入了兔子洞。

从问题文档中检索图像时,下面的代码没有问题,我正在尝试实现相同的结果。

    final questions = await _firestore
      .collection('questions')
      .document(getCategory)
      .collection(pullLeadership)
      .document('question')
      .get();
  newQuestion = questions.data['$questionNumber'];

1 个答案:

答案 0 :(得分:1)

应该是: category = Categories.data [“ category_list”] [1];