Hot reloading does not appear to work under Windows.
For example, if I launch the example, and then change the count value, or change the increment expression to count += 2, this doesn't have any effect other than seeing the "paths changed" and "reloading" messages on the console.
I've had someone else confirm that it does work on Linux.
I'm on 64-bit Windows 10 with the following Dart version:
2.6.1 (Mon Nov 11 13:12:24 2019 +0100) on "windows_x64"
This issue needs further examination to determine whether this is a problem with this package, or with the Dark SDK itself.
Hot reloading does not appear to work under Windows.
For example, if I launch the example, and then change the
count
value, or change the increment expression tocount += 2
, this doesn't have any effect other than seeing the "paths changed" and "reloading" messages on the console.I've had someone else confirm that it does work on Linux.
I'm on 64-bit Windows 10 with the following Dart version:
This issue needs further examination to determine whether this is a problem with this package, or with the Dark SDK itself.