dart-pad

所属分类:Flutter开发
开发工具:Dart
文件大小:3001KB
下载次数:0
上传日期:2023-06-02 02:03:06
上 传 者sh-1993
说明:  支持控制台、web和Flutter应用程序的在线Dart编辑器
(An online Dart editor with support for console, web, and Flutter apps)

文件列表:
.cloud_build (0, 2023-08-23)
.cloud_build\dart-services (0, 2023-08-23)
.cloud_build\dart-services\beta.yaml (1581, 2023-08-23)
.cloud_build\dart-services\dev.yaml (1578, 2023-08-23)
.cloud_build\dart-services\main.yaml (1585, 2023-08-23)
.cloud_build\dart-services\old.yaml (1578, 2023-08-23)
.cloud_build\dart-services\stable.yaml (1544, 2023-08-23)
.cloud_build\dart_pad.yaml (382, 2023-08-23)
.cloud_build\firebase (0, 2023-08-23)
.cloud_build\firebase\Dockerfile (542, 2023-08-23)
.cloud_build\firebase\cloudbuild.yaml (218, 2023-08-23)
.cloud_build\firebase\firebase.bash (134, 2023-08-23)
.cloud_build\flutter (0, 2023-08-23)
.cloud_build\flutter\Dockerfile (2346, 2023-08-23)
.cloud_build\flutter\cloudbuild.yaml (1110, 2023-08-23)
.cloud_build\sketch_pad.yaml (228, 2023-08-23)
AUTHORS (328, 2023-08-23)
CONTRIBUTING.md (3926, 2023-08-23)
LICENSE (1503, 2023-08-23)
doc (0, 2023-08-23)
doc\Sunflower.png (775478, 2023-08-23)
... ...

# DartPad DartPad is a free, open-source online editor to help developers learn about Dart and Flutter. You can access it at [dartpad.dev](http://dartpad.dev). ## What's here? ### Repo packages: | Package | Description | CI Status | | --- | --- | --- | | [dart_pad](pkgs/dart_pad/) | The front end of DartPad. | [![dart_pad](https://github.com/dart-lang/dart-pad/actions/workflows/dart_pad.yml/badge.svg)](https://github.com/dart-lang/dart-pad/actions/workflows/dart_pad.yml) | | [dart_services](pkgs/dart_services/) | The backend service for DartPad. | [![dart_services](https://github.com/dart-lang/dart-pad/actions/workflows/dart_services.yml/badge.svg)](https://github.com/dart-lang/dart-pad/actions/workflows/dart_services.yml) | | [samples](pkgs/samples/) | Sample code snippets for DartPad. | [![samples](https://github.com/dart-lang/dart-pad/actions/workflows/samples.yml/badge.svg)](https://github.com/dart-lang/dart-pad/actions/workflows/samples.yml) | | [sketch_pad](pkgs/sketch_pad/) | An experimental redux of the DartPad UI. | [![sketch_pad](https://github.com/dart-lang/dart-pad/actions/workflows/sketch_pad.yml/badge.svg)](https://github.com/dart-lang/dart-pad/actions/workflows/sketch_pad.yml) | ## 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](https://medium.com/dartlang/a-brand-new-dartpad-dev-with-flutter-support-16fe6027784). Interested in embedding DartPad in your websites? Check out this [embedding guide](https://github.com/dart-lang/dart-pad/wiki/Embedding-Guide). ![DartPad](https://raw.githubusercontent.com/dart-lang/dart-pad/main/doc/Sunflower.png) ## Additional docs Some handy guides: - [Sharing Guide](https://github.com/dart-lang/dart-pad/wiki/Sharing-Guide) - [Embedding Guide](https://github.com/dart-lang/dart-pad/wiki/Embedding-Guide) ## Issues and bugs Please file reports on the [GitHub Issue Tracker](https://github.com/dart-lang/dart-pad/issues). ### Bug triage priorities Each issue in the tracker will be assigned a priority based on the impact to users when the issue appears and the number of users impacted (widespread or rare). Some examples of likely triage priorities: * P0 * Broken internal/external navigation links within DartPad * JavaScript console errors indicating problems with DartPad functionality in many cases, widespread. * App is down / not loading * Interface bugs preventing all or almost all uses of the application * Unable to compile or analyze valid Flutter/Dart code (widespread and/or with error messages that aren't retryable) * P1 * Unable to compile or analyze valid Flutter/Dart code in edge cases only, and/or retryable * Incorrect or not up-to-date warning information for invalid Flutter/Dart code (widespread) * Interface bugs interfering with common uses of the application, widespread * JavaScript console errors indicating problems with DartPad functionality (edge cases / not widespread) * Enhancements that have significant data around them indicating they are a big win * User performance problem (e.g. app loading / run / analysis), widespread * P2 * Incorrect or not up-to-date warning information for invalid Flutter/Dart code (edge cases / not widespread) * JavaScript errors not resulting in visible problems outside of the console (widespread) * Interface bugs interfering with the use of the application in edge cases. * User interface and display warts that are not significantly impacting functionality, widespread * Enhancements that are agreed to be a good idea even if they don't have data around them indicating they are a big win * User performance problem (for example, app loading / run analysis), edge cases / not widespread * P3 * Minor user interface warts not significantly impacting functionality, on edge cases only. * JavaScript errors not resulting in visible problems outside of the console (edge cases) * Enhancements that are speculative or where we are unsure of impacts/tradeoffs ## 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).

近期下载者

相关文件


收藏者