You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
In FlutterFlow Desktop Local Run, the app builds and runs successfully on the iOS simulator.
However, clicking the Hot Reload button in FlutterFlow Desktop does not trigger a real Flutter hot reload. The app UI does not update, I can see a snackbar Hot Reloading App... but the local run log does not show:
Performing hot reload...
Reloaded ... libraries...
If I press r in the Local Run Logs, hot reload works correctly and changes are applied.
So Flutter hot reload itself works for this project; the issue appears to be that button in the FlutterFlow Desktop is not forwarding the hot reload command to the active local run session.
Expected Behavior
Clicking the Hot Reload button in FlutterFlow Desktop should behave the same as pressing r in the Local Run Logs.
The running app should update without requiring a full restart.
Steps to Reproduce
Open the project in FlutterFlow Desktop.
Start Local Run on iOS simulator.
Wait until the app builds and starts successfully.
Make a simple visible UI/text change.
Click the Hot Reload button in FlutterFlow Desktop.
Observe that the app does not update and the log does not show Performing hot reload....
Press r in the Local Run Logs.
Observe that hot reload works correctly from terminal.
Reproducible from Blank
The steps to reproduce above start from a blank project.
Can we access your project?
Current Behavior
In FlutterFlow Desktop Local Run, the app builds and runs successfully on the iOS simulator.
However, clicking the Hot Reload button in FlutterFlow Desktop does not trigger a real Flutter hot reload. The app UI does not update, I can see a snackbar
Hot Reloading App...but the local run log does not show:If I press
rin the Local Run Logs, hot reload works correctly and changes are applied.So Flutter hot reload itself works for this project; the issue appears to be that button in the FlutterFlow Desktop is not forwarding the hot reload command to the active local run session.
Expected Behavior
Clicking the Hot Reload button in FlutterFlow Desktop should behave the same as pressing
rin the Local Run Logs.The running app should update without requiring a full restart.
Steps to Reproduce
Performing hot reload....rin the Local Run Logs.Reproducible from Blank
Bug Report Code (Required)
IT40k+fqxItNpbxE+KqIbcdr/Sc5KUQ7aOcw0up7aCgoIYyuOpl/evWkVFJBZNfnS2xAPUSmmnIe/vCPj9nEU+47AzCdbpRN+KhUTA2UWXG6e5OBBqjpXnAlAZ9WJkjF4Z+FryJ7CNRtSVodwV6Hfe+/SgzDNL7GImdISq/LZO4=
Visual documentation
Screen.Recording.2026-06-12.at.18.41.35-1_blurred.mov
Environment
Additional Information
No response