Problem with flutterflow -- crashes when analyzer finishes initializing.

Troubleshooting

Hi everyone! 👋

I hope you're doing well.

I'm currently developing my app in FlutterFlow, and over the last few days I've been experiencing several issues that I haven't been able to solve, despite trying many different troubleshooting steps.

I would really appreciate it if someone could help me identify what's happening or let me know if you've experienced something similar.

Below I'll explain everything I've tested so far.

FlutterFlow Desktop v7.0.13 on Windows crashes when analyzer finishes initializing.

FlutterFlow version: 7.0.13

Flutter version shown in app: 3.38.6

OS: Windows

Issue:

When I open the project, FlutterFlow syncs and shows “Analyzer Status: Initializing analyzer”. As soon as the loading circle/analyzer finishes, the desktop app closes automatically.

This happens not only with my main project, but also with old projects and new projects. Local Run also stopped detecting my Android phone correctly.

Things already tried:

- Restarted FlutterFlow

- Restarted Windows

- Disconnected/reconnected Android device

- Tested old projects

- Tested new projects

- Removed VideoPlayer from the project

- Reinstalled FlutterFlow Desktop

- Deleted FlutterFlow local files/cache

- Firebase Auth works in Test Mode and creates users

- The crash still happens

Question:

Is this a known issue with FlutterFlow Desktop v7.0.13 on Windows / analyzer initialization?

Is there a specific cache/analyzer folder I should delete?

Is there a workaround or older stable desktop version I can install?

What have you tried so far?
  • Restarted FlutterFlow Desktop multiple times.

  • Restarted my Windows computer multiple times.

  • Disconnected and reconnected my Android device.

  • Reinstalled FlutterFlow Desktop completely.

  • Deleted FlutterFlow local files and cache.

  • Tested both old and new FlutterFlow projects.

  • Removed the Video Player from the project to rule out video-related issues.

  • Verified that Firebase Authentication (Email/Password) is enabled.

  • Verified that Firestore is connected correctly.

  • Confirmed that the Create Account action successfully creates users in Firebase Authentication.

  • Confirmed that the user document is created in the users collection.

  • Added form validation for email, password, confirm password, and privacy policy checkbox.

  • Verified that the validation logic works correctly.

  • Rebuilt the Sign Up Action Flow from scratch.

  • Compared the new project with an older project where the Sign Up flow worked correctly.

  • Confirmed that the Create Account action executes successfully, but the Navigate To action never runs afterward.

  • Tested with multiple brand-new email addresses to ensure the issue is not caused by existing accounts.

  • Confirmed that Firebase creates every new account successfully.

  • Tested both the old Test Mode and the new Test Mode.

  • Tested on FlutterFlow Desktop and on a physical Android device.

  • Verified that the problem is reproducible across different projects, not only in my current project.

Current Issues

  1. FlutterFlow Desktop crashes after "Initializing Analyzer" finishes.

  2. Local Run frequently stops detecting my Android device.

  3. After a successful Create Account, the user is created in Firebase, but the Navigate To action is never executed.

  4. Because navigation never happens, pressing Sign Up again returns the expected "email already in use" error, confirming that the account was actually created.

Did you check FlutterFlow's Documentation for this topic?
No
2 replies