Olá, aparece a seguinte mensagem 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.
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.