flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.59k stars 326 forks source link

Development mode on the DevTools server #1141

Closed DaveShuckerow closed 1 month ago

DaveShuckerow commented 5 years ago

To make file editting easier, we could add an option to the file handler that sets the files it returns to expire immediately so that we don't have to worry about the cache.

DaveShuckerow commented 5 years ago

@terrylucas Feel free to share any pain points you run into.

DaveShuckerow commented 5 years ago

@jacob314

We discussed this one today. I think you suggested a proxy server that the devtools server can forward file requests to.