Can we access your project?
Current Behavior
In FlutterFlow Cloud Functions, selecting the shared package.json opens an empty editor instead of displaying its contents.
The code analyzer also fails to stay connected. When I tap the reconnect icon, it briefly spins and then returns to “Code analyzer is not running. Tap to reconnect.”
The affected Cloud Function itself opens normally and its code is visible. The issue appears specific to package.json / the Cloud Functions editor-analyzer connection.
This prevents me from adding a required dependency to package.json and therefore blocks deployment of the affected Cloud Function.
Expected Behavior
Selecting package.json in FlutterFlow Cloud Functions should display the existing package.json contents in the editor.
The code analyzer should remain connected so the file can be edited and validated normally.
After adding a valid dependency to package.json and saving, FlutterFlow should preserve that dependency in the generated Cloud Functions deployment manifest so the function can be deployed successfully.
Steps to Reproduce
- Open the HLEO MVP project in FlutterFlow.
- Go to Cloud Functions.
- Select the shared package.json under Firebase Cloud.
- Observe that the package.json editor is blank and does not display its existing contents.
- Check the code analyzer status.
- If it shows “Code analyzer is not running. Tap to reconnect.”, tap the reconnect icon.
- Observe that it briefly attempts to reconnect and then returns to the disconnected state.
- Select the analyseGasSafetyDocumentGateway Cloud Function.
- Observe that the Cloud Function code itself loads normally, confirming the issue is specific to package.json / the Cloud Functions editor analyzer connection.
Reproducible from Blank
Bug Report Code (Required)
ITFTkMn134lOrtdH+KnUbsZvpDk7I0MdXOczitVEew4bCIj4EKQUecmkXEpocNyzaH9cP1f+uF0dpMmPudnLF/U4ZCiub75i1ZZUchPPbFGuRc2xBqqde0F5P9xVCFzE152zsSR4PutvLyUB2mWMAe7Laz6Cf9qOYwx5e6fDbOY=
Visual documentation
Environment
- FlutterFlow version: Current production version as of 18 September 2026 (exact version number not shown in the UI)
- Platform: FlutterFlow Web and FlutterFlow Desktop app
- Browser name and version: Google Chrome (current installed version)
- Operating system and version affected: Windows 11
Additional Information
This issue is blocking deployment of a Firebase Cloud Function used for HLEO's Gas Safety document analysis workflow.
The Cloud Function itself is already saved and its code is visible, but deployment is blocked because the generated Cloud Functions package manifest is missing the required heic-convert dependency.
I need to open and edit the shared package.json in FlutterFlow so that the dependency can be preserved in the generated deployment manifest. At the moment, selecting package.json shows a blank editor, and the code analyzer repeatedly fails to reconnect.
This currently blocks end-to-end testing of the Gas Safety gateway, including image/PDF/HEIC document analysis.
Can we access your project?
Current Behavior
In FlutterFlow Cloud Functions, selecting the shared package.json opens an empty editor instead of displaying its contents.
The code analyzer also fails to stay connected. When I tap the reconnect icon, it briefly spins and then returns to “Code analyzer is not running. Tap to reconnect.”
The affected Cloud Function itself opens normally and its code is visible. The issue appears specific to package.json / the Cloud Functions editor-analyzer connection.
This prevents me from adding a required dependency to package.json and therefore blocks deployment of the affected Cloud Function.
Expected Behavior
Selecting package.json in FlutterFlow Cloud Functions should display the existing package.json contents in the editor.
The code analyzer should remain connected so the file can be edited and validated normally.
After adding a valid dependency to package.json and saving, FlutterFlow should preserve that dependency in the generated Cloud Functions deployment manifest so the function can be deployed successfully.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
ITFTkMn134lOrtdH+KnUbsZvpDk7I0MdXOczitVEew4bCIj4EKQUecmkXEpocNyzaH9cP1f+uF0dpMmPudnLF/U4ZCiub75i1ZZUchPPbFGuRc2xBqqde0F5P9xVCFzE152zsSR4PutvLyUB2mWMAe7Laz6Cf9qOYwx5e6fDbOY=
Visual documentation
Environment
Additional Information
This issue is blocking deployment of a Firebase Cloud Function used for HLEO's Gas Safety document analysis workflow.
The Cloud Function itself is already saved and its code is visible, but deployment is blocked because the generated Cloud Functions package manifest is missing the required
heic-convertdependency.I need to open and edit the shared
package.jsonin FlutterFlow so that the dependency can be preserved in the generated deployment manifest. At the moment, selectingpackage.jsonshows a blank editor, and the code analyzer repeatedly fails to reconnect.This currently blocks end-to-end testing of the Gas Safety gateway, including image/PDF/HEIC document analysis.