Bom dia!! Poderiam me ajudar com o erro acima, por gentileza?? Procurei na internet e não encontrei uma solução.
Erro: A value of type 'Object?' can't be assigned to a variable of type 'List'. Try changing the type of the variable, or casting the right-hand type to 'List'
Fiz igual a video aula e consta o erro: Vi no fórum que outras pessoas tiverem este mesmo erro, porém nenhuma das soluções funcionou comigo. Segue exemplos que tentei:
final List? contacts = snapshot.data;
final List contacts = snapshot.data as List; Esta solução nao apresenta erro até que eu execute o código e clique em contatos
Como meu código se encontra por completo: https://github.com/NathanSilos/bytebank_alura/tree/main/bytebank