Arash
Resultados
1
preguntas formuladas por
Arash
el tipo 'List<dynamic>' no es un subtipo del tipo 'List<Widget>'
11
respuestas
209
votos
vistas
Tengo un fragmento de código que copié del ejemplo de Firestore: Widget _buildBody(BuildContext context) { return new StreamBuilder( stream: _getEventStream(), builder: (context, snapshot) { if (!snapshot.hasData) return new Text('Loading...'); return