Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

cjamcu/getx-snippets-intelliJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.