Can we access your project?
Current Behavior
I have a custom action that imports a custom code file. When I try to compile all of my functions, actions, and widgets from any other file than my custom action file, it throws an error saying that the import of my custom code file cannot be found. When I compile from that specific custom action file, it then compiles properly with no changes to the file or import statement.
Expected Behavior
The custom code, actions, functions, and widgets should compile no matter which file I execute the compilation from.
Steps to Reproduce
- Create a custom code file in this directory /scripts/custom (I named mine user_location_service.dart)
- Create a custom action in this directory /scripts/actions (I named mine startUserLocationTracking)
- Create a custom widget in this directory /widgets (I named mine (UserMapWidget)
- Have the custom action import the custom code file.
- Compile while in the custom action.
- Go to the custom widget and change something, recompile
- You should see an error that the custom code file can't be imported by the custom action.
Reproducible from Blank
Bug Report Code (Required)
IT4ki/LlvIV1xLQB0LX1bflKhiMUHHJ6TL07ttYbZxUjIuPtBJh/Z8zOYltoYNe5Y0NhHFeL/XoB/trWjYbXDME3EzSBfINx1KVidT3gd3q8Sq2YEKuNOEEmI5tjCh2n3J6rkQlvOsxsWk1n3VOTfNiuaC/XGZ+/Zwh9f6PHaOI=
Visual documentation
Environment
- FlutterFlow version: 7.0.77
- Platform: Web
- Browser name and version: Chrome 153.0.8010.48
- Operating system and version affected: Windows 11 Version 25H2 (OS Build 26200.9445)
Additional Information
No response
Can we access your project?
Current Behavior
I have a custom action that imports a custom code file. When I try to compile all of my functions, actions, and widgets from any other file than my custom action file, it throws an error saying that the import of my custom code file cannot be found. When I compile from that specific custom action file, it then compiles properly with no changes to the file or import statement.
Expected Behavior
The custom code, actions, functions, and widgets should compile no matter which file I execute the compilation from.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT4ki/LlvIV1xLQB0LX1bflKhiMUHHJ6TL07ttYbZxUjIuPtBJh/Z8zOYltoYNe5Y0NhHFeL/XoB/trWjYbXDME3EzSBfINx1KVidT3gd3q8Sq2YEKuNOEEmI5tjCh2n3J6rkQlvOsxsWk1n3VOTfNiuaC/XGZ+/Zwh9f6PHaOI=
Visual documentation
Environment
Additional Information
No response