An experimental redux of the DartPad UI.
This is an experimental re-imagining of the DartPad UI. Goals include:
- re-writing the front-end in Flutter Web
- having a simple, visually interesting UI
- keeping the number of use cases small; for example, currently only Dart snippets and Flutter web apps are supported
To run this locally, run:
flutter run -d chrome --web-browser-flag "--disable-web-security"
We pass the --disable-web-security
flag to Chrome as we're not able to
configure the flutter run
web server to pass CORS headers for
AssetManifest.json
, FontManifest.json
, and other resources.