Can we access your project?
Current Behavior
Run Mode fails to compile the Prijavak page.
Generated code contains:
FlutterFlowSafeArea(
left: false,
)
Compilation error:
No named parameter with the name 'left'.
Changing the Safe Area settings on the page does not resolve the problem. Test Mode works, but Run Mode/Web build fails.
Expected Behavior
The Prijavak page should compile and run normally. FlutterFlow should not generate the unsupported "left" parameter for FlutterFlowSafeArea.
Steps to Reproduce
- Open the existing Prijavak page.
- The page uses FlutterFlow Safe Area.
- Click Run / build the project for Web.
- Build fails during compilation.
- Generated prijavak_widget.dart contains FlutterFlowSafeArea with the unsupported named parameter "left".
- Enabling or disabling Safe Area does not resolve the compilation error.
Reproducible from Blank
Bug Report Code (Required)
IT4Clsrq+clJpbxH1arAb8dB/ToXQkAjRYIzk8JEQkodHZPJC+wIZ/f7XFRuTde0TQlAIVmjkn0y08mNhM7uUu0XPiiaQap6ws1+Ew6UZHqRRLHWEbWaW2t8OJtPGkuHzbS42RB7OslYWF4D3XGuGe+/Qh3ZJZzzOm4ZJeakUZvInV64HTLKXn0Jg1ZSfCvr
Visual documentation
Environment
- FlutterFlow version:
- Platform:- FlutterFlow version: v7.0.78
- Flutter version: 3.38.6
- Platform: Web
- Browser name and version: Firefox 155
- Operating system and version affected: Windows 10
- Browser name and version:
- Operating system and version affected:
Additional Information
This blocks Run Mode and Web builds of the BIZZY project. Test Mode works.
This appears to be the same issue as #7472. I am submitting this report with a fresh Bug Report Code because the FlutterFlow team requested affected users provide their own project/error details when the issue could not be reproduced internally.
Can we access your project?
Current Behavior
Run Mode fails to compile the Prijavak page.
Generated code contains:
FlutterFlowSafeArea(
left: false,
)
Compilation error:
No named parameter with the name 'left'.
Changing the Safe Area settings on the page does not resolve the problem. Test Mode works, but Run Mode/Web build fails.
Expected Behavior
The Prijavak page should compile and run normally. FlutterFlow should not generate the unsupported "left" parameter for FlutterFlowSafeArea.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT4Clsrq+clJpbxH1arAb8dB/ToXQkAjRYIzk8JEQkodHZPJC+wIZ/f7XFRuTde0TQlAIVmjkn0y08mNhM7uUu0XPiiaQap6ws1+Ew6UZHqRRLHWEbWaW2t8OJtPGkuHzbS42RB7OslYWF4D3XGuGe+/Qh3ZJZzzOm4ZJeakUZvInV64HTLKXn0Jg1ZSfCvr
Visual documentation
Environment
Additional Information
This blocks Run Mode and Web builds of the BIZZY project. Test Mode works.
This appears to be the same issue as #7472. I am submitting this report with a fresh Bug Report Code because the FlutterFlow team requested affected users provide their own project/error details when the issue could not be reproduced internally.