If I run a macOS Flutter application in VS Code with the new desktop flutter run functionality, hot reload crashes the target app; some searching based on the stack turned up Dart-Code/Dart-Code#1133 and related bugs, which it turned out is the culprit here as well (disabling widget creation tracking fixes the problem).
@DanTup @devoncarew can you provide some more context on what the underlying fix involved? Is there per-platform support that needs to be wired up for this feature in Flutter?
(Note: I haven't tried yet on Linux and Windows; it may happen there as well.)
If I run a macOS Flutter application in VS Code with the new desktop
flutter runfunctionality, hot reload crashes the target app; some searching based on the stack turned up Dart-Code/Dart-Code#1133 and related bugs, which it turned out is the culprit here as well (disabling widget creation tracking fixes the problem).@DanTup @devoncarew can you provide some more context on what the underlying fix involved? Is there per-platform support that needs to be wired up for this feature in Flutter?
(Note: I haven't tried yet on Linux and Windows; it may happen there as well.)