pkg/dartpad/README.md
package:dartpad is a library for building web applications that enable users
to prototype Dart and Flutter in the browser.
This package provides the functionality for running a Dart or Flutter development environment in the browser. By enabling you launch and communicate with:
dart pub commands for dependency resolution.iframe containing bootstrap code necessary to:
To build a custom dartpad-like experience, you simply have to launch the worker, connect the language server to your editor, compile code and tell the sandbox to run said code, while presenting console output to the user.
As of writing there are no support for:
build_runner.It might be possible to support some of these features in the future.