Discussion:
[dart-misc] hot swap - how does this work?
Michael Francis
2016-10-13 19:55:35 UTC
Permalink
I've seen lots of mentions of hot swap now supported in the VM. I's there a
simple demo how this can work?
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'Michael Thomsen' via Dart Misc
2016-10-18 14:09:29 UTC
Permalink
This is used in Flutter to enable near-instant reloads of changes made
during development. See this for details:
https://github.com/flutter/flutter/wiki/Hot-Reload

You should be able to get Flutter up and running, and try hot reload, in
less than 10 minutes if you have a PC with Linux or macOS (sorry, no
Windows yet).
Post by Michael Francis
I've seen lots of mentions of hot swap now supported in the VM. I's there
a simple demo how this can work?
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Matan Lurey
2016-10-27 23:19:22 UTC
Permalink
Quick update - the Dart summit just finished with some demos. If you check
@dart_lang <https://twitter.com/dart_lang> I'm sure you'll see the demos as
soon as they are uploaded.
Post by Michael Francis
I've seen lots of mentions of hot swap now supported in the VM. I's there
a simple demo how this can work?
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Continue reading on narkive:
Loading...