Can we access your project?
Current Behavior
Project: garage-urbano-28ga8c
Current behavior:
The CheckItem component contains a Checkbox -> Update Document action with an inline reference that generates code using item_id. The web build fails with: Undefined name 'item_id' in lib/components/check_item/check_item_widget.dart around line 150.
Steps attempted:
- Delete the invalid Update Document action in the FlutterFlow editor.
- FlutterFlow shows Saved and the analyzer shows 0 errors.
- Reload the project. The same action is restored and the build fails again with the same item_id error.
- Disabling the action is also reverted after reload.
Expected behavior:
Component action changes should persist after saving and reload, and the generated widget should not contain an undefined item_id reference.
Expected Behavior
After saving the component action change, it should remain saved after a project reload. The generated CheckItem widget must compile without any undefined item_id reference.
Steps to Reproduce
- Open project garage-urbano-28ga8c.
- Open component CheckItem and select its Checkbox action.
- Delete or disable the Update Document action that uses the inline reference with item_id.
- Wait until FlutterFlow reports Saved and analyzer reports 0 errors.
- Reload the project.
- The Update Document action is restored and a web build fails with Undefined name item_id in check_item_widget.dart.
Reproducible from Blank
Bug Report Code (Required)
IT40kfLqw5d2xNhE0KXycPpV+SY5JUN7U+c41tZRaC8ofePqPZl/evfBMxJZZ7ykSn03PGH8mmcI7tGMktzIN8AoCzusRpx+z6lUUz3yZzqnVpeYEpaCYnxDONpKCXKn4LTYsRNTPup2LUY12ly6LuyRXgLtQ4TqDTAzHcqiCKzUo3PuQ0SLb3kNh1JWeC/vVisual evidence: FlutterFlow web build screen reports Build Failed. The compiler points to lib/components/check_item/check_item_widget.dart around line 150 and states: Undefined name item_id.
Visual documentation
Visual evidence: FlutterFlow web build screen reports Build Failed. Compiler points to lib/components/check_item/check_item_widget.dart around line 150 with Undefined name item_id.
Environment
- FlutterFlow version: current web editor
- Platform: Web
- Browser: Chrome / Codex in-app browser
- Project: garage-urbano-28ga8c
- Build target: Web test mode- FlutterFlow version:
- Platform:
- Browser name and version:
- Operating system and version affected:
Additional Information
No response
Can we access your project?
Current Behavior
Project: garage-urbano-28ga8c
Current behavior:
The CheckItem component contains a Checkbox -> Update Document action with an inline reference that generates code using item_id. The web build fails with: Undefined name 'item_id' in lib/components/check_item/check_item_widget.dart around line 150.
Steps attempted:
Expected behavior:
Component action changes should persist after saving and reload, and the generated widget should not contain an undefined item_id reference.
Expected Behavior
After saving the component action change, it should remain saved after a project reload. The generated CheckItem widget must compile without any undefined item_id reference.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT40kfLqw5d2xNhE0KXycPpV+SY5JUN7U+c41tZRaC8ofePqPZl/evfBMxJZZ7ykSn03PGH8mmcI7tGMktzIN8AoCzusRpx+z6lUUz3yZzqnVpeYEpaCYnxDONpKCXKn4LTYsRNTPup2LUY12ly6LuyRXgLtQ4TqDTAzHcqiCKzUo3PuQ0SLb3kNh1JWeC/vVisual evidence: FlutterFlow web build screen reports Build Failed. The compiler points to lib/components/check_item/check_item_widget.dart around line 150 and states: Undefined name item_id.
Visual documentation
Visual evidence: FlutterFlow web build screen reports Build Failed. Compiler points to lib/components/check_item/check_item_widget.dart around line 150 with Undefined name item_id.
Environment
Additional Information
No response