I’m currently following this official YouTube tutorial from FlutterFlow:
https://www.youtube.com/watch?v=AjKsaTJgSto
At some point in the video, the presenter uses the FlutterFlow extension for Cursor. However, I’m unable to find this extension anywhere. I’ve also noticed that several recent comments on the video mention the same issue, it seems I’m not the only one experiencing this.
SOLUTION:
I couldn’t rename the downloaded file to .vsix. It was downloaded as a .zip file, and after renaming, it still remained a ZIP archive and wasn’t recognized as a .vsix extension by my system.
Instead, I used https://cypherpunksamurai.github.io/vsix-downloader-webui/ to download the extension directly as a .vsix file. After downloading, I successfully renamed the file to have a .vsix extension (if needed).
Then, I opened the Command Palette (Cmd+Shift+P), ran “Extensions: Install from VSIX”, and selected the .vsix file. The FlutterFlow extension appeared in the Enabled tab rather than the Installed tab.