-
Notifications
You must be signed in to change notification settings - Fork 325
hot reload on save not work. #6996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
I upgraded the plugin to the latest version(76.1.4) today and found that there was a problem, downgrade to version 76.0.4 and it's working. IntelliJ IDEA version infoIntelliJ IDEA 2023.2.4 (Ultimate Edition) |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
I tried updating to 76.2 today, but it seems the issue still exists. |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
dozens of people commenting "same" just makes it so no one can subscribe to this issue to get notified once it's fixed because of spam and literally helps no one. Everyone is aware this is an issue, just liking the original issue is more than enough. For now, just downgrade manually and do not update. |
Plugin bugs, but you can change one more dart file, and hot reload will working |
For now downgrad flutter plugin manually.. Downloading the 76.0.x or earlier zip file from this link And install the plugin manually from file, which will make the hot reload works again |
…forward change for the IDEA platform as it introduces an issue for some users to prevent hot reload from working. (flutter#6996)
Hi all, I believe that this issue is fixed with the point release of 76.3.x that I just pushed out. Please let me know otherwise. Thank you for the various reports and comments above. |
(not yet showing up on the server, give it a few minutes) |
It has been fixed on my computer. flutter plugin: 76.3.4 |
Fixed for me too. Thank you. |
Thank you for confirming. Closing this issue out. If there is still a regression for some platform version, open a new issue and tag me to escalate. |
I am having the same issue, that it's not hot reloading on save (format on save works), on
It works in VS Code with the same project. |
I still have this issue on the latest plugin version
|
Migrate to safe `AnActionListener` APIs. This migration has been attempted before but was reverted as possibly causing a hot reload regression (#6996). I've confirmed that hot reload works (Mac OS Meerkat) but have preserved the note in case anything odd happens. See: #7718 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
Thanks for the feedback! If your issue is related to the Flutter framework itself,
please open an issue at
github.com/flutter/flutter.
Steps to Reproduce
When I update the plugin to the latest (version 72.1.2), command+s hot reload no work.
There is no reaction after preservation.
When I go back to the version(version 72.0.2), It worked.
The hot reload configuration item is enabled.
I thought it was a plugin update that caused the configuration to be lost,but obviously not.
I don't know what happened.
Version info
The text was updated successfully, but these errors were encountered: