Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eggnstone/dartformatjetbrainsplugin


https://github.com/eggnstone/dartformatjetbrainsplugin

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# DartFormat

## Plugin for JetBrains (Android Studio, IntelliJ IDEA, ...)

[![Build](https://github.com/eggnstone/DartFormatJetBrainsPlugin/actions/workflows/gradle.yaml/badge.svg)](https://github.com/eggnstone/DartFormatJetBrainsPlugin/actions)
[![GitHub Issues](https://img.shields.io/github/issues/eggnstone/DartFormatJetBrainsPlugin.svg)](https://github.com/eggnstone/DartFormatJetBrainsPlugin/issues)
[![GitHub Stars](https://img.shields.io/github/stars/eggnstone/DartFormatJetBrainsPlugin.svg)](https://github.com/eggnstone/DartFormatJetBrainsPlugin/stargazers)

**A formatter for Dart.**

Like dartfmt.
But better ;)
Because it's configurable.

To format the current file / the currently selected folders and files, press the following:
Under Windows: `Ctrl`+`Alt`+`,`
Under macOS: `Command`+`Alt`+`,`

**Download the plugin from JetBrains marketplace:**
https://plugins.jetbrains.com/plugin/21003-dartformat
Source code: https://github.com/eggnstone/DartFormatJetbrainsPlugin

**Also available for Visual Studio Code:**
https://marketplace.visualstudio.com/items?itemName=eggnstone.DartFormat
Source code: https://github.com/eggnstone/DartFormatVSCodePlugin

**External dart_format package:**
https://pub.dev/packages/dart_format
Source code: https://github.com/eggnstone/dart_format