dart-lang / dart-pad

An online Dart editor with support for console, web, and Flutter apps

Home Page:https://dartpad.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DartPad

DartPad is a free, open-source online editor to help developers learn about Dart and Flutter. You can access it at dartpad.dev.

What's here?

Repo packages:

Package Description CI Status
sketch_pad The frontend application, built with Flutter sketch_pad
dart_services The backend service for DartPad. dart_services
dartpad_shared Shared code between the DartPad frontend and backend. dartpad_shared
samples Sample code snippets for DartPad. samples
dart_pad The web version of the front end of DartPad (deprecated). dart_pad

Background

DartPad began as an online playground for the Dart language built by the Dart tools team in 2015. It compiles, analyzes, and displays the results of its users' Dart code, and can be embedded in other websites as an iframe.

In Dec 2019, we launched a new version of DartPad (dartpad.dev) with a fresh new look-and-feel and support for the popular Flutter UI toolkit. To learn more about the new DartPad, please check this blog post. Interested in embedding DartPad in your websites? Check out this embedding guide.

DartPad

Additional docs

Some handy guides:

Issues and bugs

Please file reports on the GitHub Issue Tracker.

License and Contributing

Contributions welcome! Please read this short guide first. You can view our license here.

About

An online Dart editor with support for console, web, and Flutter apps

https://dartpad.dev

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 74.6%Language:HTML 14.2%Language:SCSS 7.7%Language:JavaScript 2.1%Language:CSS 1.1%Language:Dockerfile 0.3%Language:Shell 0.0%