All Projects → cjamcu → getx-snippets-intelliJ

cjamcu / getx-snippets-intelliJ

Licence: Apache-2.0 license
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to getx-snippets-intelliJ

TranslationPlugin
Translation plugin for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio.
Stars: ✭ 9,375 (+17928.85%)
Mutual labels:  intellij, intellij-plugin, android-studio
eventbus-plugin
IntelliJ iDEA plugin to work with projects using greenrobot's EventBus library
Stars: ✭ 25 (-51.92%)
Mutual labels:  intellij, intellij-plugin, android-studio
SideMirror
An Android Studio plugin to mirror your android devices with scrcpy directly from Android Studio.
Stars: ✭ 49 (-5.77%)
Mutual labels:  intellij, intellij-plugin, android-studio
Flutter i18n
This plugin create a binding between your translations from .arb files and your Flutter app.
Stars: ✭ 255 (+390.38%)
Mutual labels:  intellij-plugin, flutter-plugin, flutter-apps
flutter bolg manage
Flutter实战项目,采用Getx框架管理,遵循Material design设计风格,适合您实战参考或练手
Stars: ✭ 373 (+617.31%)
Mutual labels:  flutter-plugin, flutter-apps, getx
Idea Android Studio Plugin
Android Studio Plugin
Stars: ✭ 293 (+463.46%)
Mutual labels:  intellij, intellij-plugin, android-studio
interstellar
Dark editor theme for JetBrains IDEs
Stars: ✭ 26 (-50%)
Mutual labels:  intellij, intellij-plugin, android-studio
getx snippets extension
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.
Stars: ✭ 142 (+173.08%)
Mutual labels:  mvc, get, flutter-plugin
Runconfigurationasaction
Provides a way to use IntelliJ run configurations as buttons
Stars: ✭ 17 (-67.31%)
Mutual labels:  intellij, intellij-plugin, android-studio
Intellij Rainbow Brackets
🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio
Stars: ✭ 3,663 (+6944.23%)
Mutual labels:  intellij, intellij-plugin, android-studio
Pebble Intellij
Pebble support for IntelliJ IDEA
Stars: ✭ 68 (+30.77%)
Mutual labels:  intellij, intellij-plugin, android-studio
BugKotlinDocument
Plugin for IntelliJ IDEA ┗😃┛ Android Studio ┗😃┛ CLion ┗😃┛ AppCode.
Stars: ✭ 29 (-44.23%)
Mutual labels:  intellij, intellij-plugin, android-studio
Intellij Makefile
Makefile support for IntelliJ-based IDEs
Stars: ✭ 164 (+215.38%)
Mutual labels:  intellij, intellij-plugin
Idea Gradle Dependencies Formatter
Gradle dependencies formatter for IntelliJ IDEA
Stars: ✭ 156 (+200%)
Mutual labels:  intellij, intellij-plugin
Wolfram Language Intellij Plugin Archive
Wolfram Language and Mathematica plugin for IntelliJ IDEA.
Stars: ✭ 177 (+240.38%)
Mutual labels:  intellij, intellij-plugin
Intellij Emberjs
Ember.js support for JetBrains IDEs (IntelliJ, WebStorm, ...)
Stars: ✭ 202 (+288.46%)
Mutual labels:  intellij, intellij-plugin
Intellij Platform Solarized
Solarized UI and editor themes for IntelliJ IDEA, CLion, Rider, PyCharm, RubyMine, PhpStorm, WebStorm, Android Studio, DataGrip and GoLand
Stars: ✭ 148 (+184.62%)
Mutual labels:  intellij, android-studio
Intellij Haxe
Haxe plugin for IntelliJ Platform based IDEs (IDEA, Android-Studio)
Stars: ✭ 188 (+261.54%)
Mutual labels:  intellij, android-studio
DockDockBuild
Support for running UNIX Makefiles on a Docker container
Stars: ✭ 43 (-17.31%)
Mutual labels:  intellij, intellij-plugin
Idea Php Annotation Plugin
Add PHP annotation support for PhpStorm and IntelliJ
Stars: ✭ 216 (+315.38%)
Mutual labels:  intellij, intellij-plugin

getx-snippets-IntelliJ

An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.

Installation

Download extension on MarketPlace or search the plugin as GetX Snippets in you IDE(Android Studio/Intellij).

If you use vscode, find a similar plugin here

Classes

getmain:
Generates a main file with GetMaterialApp

getmodel:
Generates a base Model for data.

getrxmodel:
Generates a sample RxModel.

getpage:
Generates a Page file with a Controller.

getpagesroutes:
Generate file pages.

getpageroute:
Generate route page.

getcontroller:
Generates GetxController.

getrepo:
Generates a sample Repository file.

getproviderdio:
Generates a simple sample Provider file with Dio for API.

Widgets

getobx:
Generates ObxX function.

Functions and variables

getfinal:
Generates simple final observable.

getfinal_:
Generates accessor for Controller: getter, setter and final private var.

getset:
Generates a setter for a public variable.

getset_:
Generates a setter for a private variable.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].