Dependencies broken after latest FlutterFlow update - App crashes

Troubleshooting

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?

What have you tried so far?

There's not much more I can do. I tried specifying the versions directly in the dependencies field, but it didn't make any difference.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
1 reply