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

https://github.com/georgeherby/dart.extensions

IntelliJ/Android Studio plugin providing snippets for Dart extension methods
https://github.com/georgeherby/dart.extensions

android-studio-plugin dart extension-functions flutter intellij-plugin snippets

Last synced: about 1 month ago
JSON representation

IntelliJ/Android Studio plugin providing snippets for Dart extension methods

Awesome Lists containing this project

README

        

# dart.extensions

![JetBrains IntelliJ plugins](https://img.shields.io/jetbrains/plugin/d/13529-dart-extensions.svg?style=plastic)

dart.extensions provides snippets to Android Studio or IntelliJ letting you create method, property and operator extensions in Dart.

| Shortcut | Description |
| ----------------- | ---------------------------------- |
| `extensionMethod` | Create a method extension |
| `extensionProperty` | Create a property extension |
| `extensionOperator` | Create an operator extension |

## Plugin Supports the Following IDEs:
* Android Studio
* IntelliJ IDEA Ultimate
* IntelliJ IDEA Community
* IntelliJ IDEA Educational