Ola!
Estou tendo um problema chato que não consigo resolver, alguém poderia me ajudar?
lib/screens/contacts_list.dart:18:54: Error: A value of type 'Object?' can't be assigned to a variable of type 'List<Contact?>'.
- 'Object' is from 'dart:core'.
- 'List' is from 'dart:core'.
- 'Contact' is from 'package:byte_bank/models/contact.dart' ('lib/models/contact.dart').
final List<Contact?> contacts = snapshot.data;
^