- Gold digging: Flutter GetX use --- simple charm!
- the fast code snippet prompt come from getx-snippets-intelliJ
-
Plugin effect
- Take a look at the effect diagram used by the plugin. The style refers to the fish_redux plugin style.
- There are some optional functions, so make it into a multi-button style, you can operate according to your own needs
- Support to modify suffix
- Alt + Enter : GetBuilder、Obx、GetX
- Enter the get prefix
The description of the plug-in
-
Model: generates the GetX mode,
- Default: the Default mode. Three files are generated: state,logic, and view.
- Easy: in simple mode, three files are generated: logic,view
-
Function: Function selection
- useFolder: use a file. After you select it, a folder is generated. The Hump name is automatically converted to lowercase + underscore.
- usePrefix: use the prefix, the generated file front prefix, prefix for: large hump named automatically converted to: lowercase + underline
-
Module Name: the Name of the Module. Use the hump Name.