dartpad 0.0.6
dartpad: ^0.0.6 copied to clipboard
Client library for launching and communicating with dartpad-worker.
0.0.6 #
- Provide
Sandbox.run(entrypoint, mode)for configuring different run modes. - Simplifies embedding by introducing
SandboxedIframethat managesMessagePorts directly. - Faster binary data transfer over sandbox message ports using
Uint8List. - Fix race condition during language server shutdown.
0.0.5 #
- Update embedded resources.
0.0.4 #
- Support for file watching.
flutter_testSDK-package is now included in the Flutter DartPad SDK.
0.0.3 #
- Embed assets for
package:dartpadinweb/folder.
0.0.2 #
- Fixed dependency constraints on
package:web.
0.0.1 #
- Initial preview release.