After the latest FlutterFlow update, four essential dependencies used in my app started throwing errors, even though they were working fine before. The errors are:
Target of URI doesn't exist: 'package:pdf/pdf.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist.
Target of URI doesn't exist: 'package:universal_html/html.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist.
Target of URI doesn't exist: 'package:cpf_cnpj_validator/cnpj_validator.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist.
Target of URI doesn't exist: 'package:cpf_cnpj_validator/cpf_validator.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist.
These dependencies were always working well and are crucial to my app. Now, they have stopped functioning and are causing the app to crash. Has anyone else faced this issue or found a solution?