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
- Host: GitHub
- URL: https://github.com/georgeherby/dart.extensions
- Owner: georgeherby
- License: agpl-3.0
- Created: 2019-12-18T15:37:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T05:57:42.000Z (11 months ago)
- Last Synced: 2025-02-15T00:41:18.474Z (3 months ago)
- Topics: android-studio-plugin, dart, extension-functions, flutter, intellij-plugin, snippets
- Language: Java
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dart.extensions

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