Is there a "Reload changed classes" when debbugging a dart application? I mean the application runs in debug mode in the Dart VM, so there should be something similar to Java. I use IntelliJ IDEA for coding. With Java, I have the option.
Asked
Active
Viewed 55 times
0
-
In the Dart world, the feature is called Hot Reload. It is implemented for Flutter projects, but not for the Dart command line applications. – Oksana Mar 22 '22 at 11:25
-
Yeah, I know. But I wanted to know if there is something like this for dart command line applications. – Dominic Mar 23 '22 at 18:11