-
Notifications
You must be signed in to change notification settings - Fork 330
Hot reload control #3181
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
Hot reload control #3181
Conversation
I think we'll want the flutter change in place, and in a more stable release (beta? stable?) before we land something like this. If we do need to do something short-term, we could add a user preference. |
Agreed. I wanted to have this up so that we can see the change that has to be made. I'll close this PR until we're ready to actually submit the fix. |
* NewModuleTest passes * cleanup * merge
* fetch remote sample index * update index to current stable
* Update build for 3.3.1 * cleanup * update changelog
* Fix version incompatibility * Adjust labels to match reality
* add the ability to install and open DevTools * review comments
* update the product matrix * update .travis.yml * update resources/META-INF/plugin.xml
* Update changelog * Add plugin icon (flutter#3214)
* support 2018.3.3 * update the changelog
* Run in 2019 EAP debugger * Update name * Update tests
* Update changelog * Add plugin icon (flutter#3214) * support 2018.3.3 (flutter#3220) * support 2018.3.3 * update the changelog
I have flutter as submodule in my project. Whenever I jump into flutter source, the analysis server discovers the flutter submodule and scans all source. It finds errors in The whole procedure takes ~30s because the analysis server is so busy scanning the sources. I'd appreciate a user preference 👍 |
* Fix Project Structure menu * Update plugin tool
* address reported Java lints * address lints in java vm service library * review comments
* Add a test to verify correctness of hot reload
* Make EventStreamTest runnable
* clean up to our flutter web support * remove printlns * fix inspector npes * review comments
* Remove the bazel test runner option * Respond to Devon's comments
* M35 change log
…-intellij into hot-reload-control
This reverts commit ff4e5ff.
Commit history is somewhat broken; I'm going to open a new pr off of this. |
Disabling the check that the project has no analysis errors.
Fixes #3168 pending an upstream fix to the Flutter daemon (flutter/flutter#27618).