Olá, aparecem as seguintes mensagens de erro: Target of URI doesn't exist: 'package:bytebank2/screens/co.dart'. Try creating the file referenced by the URI, or Try using a URI for a file that does exist. E também a mensagem: The method 'ContactForm' isn't defined for the class 'BytebankApp'. Try correcting the name to the name of an existing method, or defining a method named 'ContactForm'.
Estou importando da seguinte maneira no main.dart: import 'package:bytebank2/screens/contact_form.dart';
E ainda assim dá erro! Criei uma pasta bytebank2 ao invés de bytebank, pois mantive a pasta do curso anterior na mesma estrutura.