Hi FlutterFlow Community,
I'm encountering an issue with my custom widget code in FlutterFlow where the boilerplate imports seem to be unavailable, causing compilation errors.
Here’s a summary of the problem:
"Target of URI doesn't exist: '/backend/backend.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: ‘/actions/actions.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: ‘/flutter_flow/flutter_flow_theme.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: ‘/flutter_flow/flutter_flow_util.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: ‘/flutter_flow/custom_functions.dart’. Try creating the file referenced by the URI, or try using a URI for a file that does exist."
The error happens only with these imports:
with backend.dart, actions.dart, flutter_flow_theme.dart, flutter_flow_util.dart, custom_functions.dart
Any guidance or suggestions on how to properly handle these automatic imports? I am stuck! 🙏