An open API service indexing awesome lists of open source software.

https://github.com/mzdm/embedded-dartpad

IntelliJ plugin which integrates DartPad and lets you execute Flutter & Dart code with ease.
https://github.com/mzdm/embedded-dartpad

Last synced: 2 months ago
JSON representation

IntelliJ plugin which integrates DartPad and lets you execute Flutter & Dart code with ease.

Awesome Lists containing this project

README

        

# Embedded DartPad

![Build](https://github.com/mzdm/embedded-dartpad/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/16602-embedded-dartpad.svg)](https://plugins.jetbrains.com/plugin/16602-embedded-dartpad)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/com.github.mzdm.embedded_dartpad.svg)](https://plugins.jetbrains.com/plugin/com.github.mzdm.embedded_dartpad)

https://user-images.githubusercontent.com/67197047/128333525-ac53ab9d-869f-457f-b489-0e7dee16a412.mp4

This plugin integrates DartPad directly into IntelliJ environment which lets you run Flutter &
Dart code samples with ease.

Suggestions & bugs


Any suggestions and/or bugs please report to the GitHub repository.

Troubleshooting


Recommended IDE version 2020.2 (or build 202) and newer.


Note for Android Studio users: Android Studio does not ship with Chromium browser by default, so you are probably getting message "Embedded DartPad is not supported in this IDE version". As a workaround, you can follow these steps or refer to the related IntelliJ documentation page.



Dart and Flutter and the related logos are trademarks of Google LLC. This is not endorsed by or affiliated with Google LLC.

## Installation

- Using IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "
embedded-dartpad"
>
Install Plugin

- Manually:

Download the [latest release](https://github.com/mzdm/embedded-dartpad/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

---
Plugin based on the [IntelliJ Platform Plugin Template][template].

[template]: https://github.com/JetBrains/intellij-platform-plugin-template