[解決]タイプ'リスト'はFlutter - FlutterKeyの' list '型のサブタイプではありません.コム

1096 ワード

こんにちはみんな、あなたはすべてですか?この動画はお気に入りから削除されています.今日、私がタイプ'リスト'に直面したのは、タイプ'リスト'のサブタイプではありません.
私はフラッターのプロジェクトでFireStoreの例を使用している.私は私のフラッターアプリを実行する.しかし、私は私のコンソールでこの誤りを得ます.
私はこの下のコードを使っています.
          children: snapshot.data.documents.map((document) {
            return new ListTile(
              title: new Text(document['name']),
              subtitle: new Text("Class"),
            );
          }).toList()
以下のエラー
type 'List<dynamic>' is not a subtype of type 'List<Widget>'
Here I am Come with all Possible Solution. So let’s Start this tutorial without wasting your Time. Let’s start this article.

解決策
ここにすべての可能なソリューションが追加されました[Solved] type ‘List‘ is not a subtype of type ‘List‘ in Flutter
をご覧ください