Skip to content

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

License

Notifications You must be signed in to change notification settings

paudel-milan/dart-pad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
dart_services The backend service for DartPad. dart_services
dartpad_shared Shared code between the DartPad frontend and backend. dartpad_shared
dartpad_ui The frontend UI for DartPad. dartpad_ui
samples Sample code snippets for DartPad. samples

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:

Running Build Tasks with Grind

Dart Services uses Grinder to automate build tasks.

To generate project templates and required artifacts, run:

dart tool/grind.dart build-project-templates
dart tool/grind.dart build-storage-artifacts


## Issues and bugs

Please file reports on the [GitHub Issue
Tracker](https://github.com/dart-lang/dart-pad/issues).

## License and Contributing

Contributions welcome! Please read this short
[guide](https://github.com/dart-lang/dart-pad/blob/main/CONTRIBUTING.md)
first. You can view our license
[here](https://github.com/dart-lang/dart-pad/blob/main/LICENSE).

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 96.0%
  • HTML 1.6%
  • CSS 1.3%
  • Other 1.1%