{"id":19276411,"url":"https://github.com/xdd666t/getx_template","last_synced_at":"2025-05-16T11:06:34.235Z","repository":{"id":39485604,"uuid":"332671774","full_name":"xdd666t/getx_template","owner":"xdd666t","description":"Used to generate the template code of GetX framework | Flutter GetX模板代码生成（一个有用的IDEA插件）","archived":false,"fork":false,"pushed_at":"2024-11-04T13:47:44.000Z","size":256,"stargazers_count":308,"open_issues_count":4,"forks_count":69,"subscribers_count":29,"default_branch":"main","last_synced_at":"2025-04-09T07:03:09.917Z","etag":null,"topics":["getx","getx-template","plug"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xdd666t.png","metadata":{"files":{"readme":"README.md","changelog":"changeNotes.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-25T07:59:16.000Z","updated_at":"2025-04-05T18:57:28.000Z","dependencies_parsed_at":"2024-11-02T16:23:26.018Z","dependency_job_id":"e92c393b-26a9-48a4-accb-796cb4d46718","html_url":"https://github.com/xdd666t/getx_template","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdd666t%2Fgetx_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdd666t%2Fgetx_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdd666t%2Fgetx_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdd666t%2Fgetx_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xdd666t","download_url":"https://codeload.github.com/xdd666t/getx_template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254518383,"owners_count":22084374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["getx","getx-template","plug"],"created_at":"2024-11-09T20:53:37.839Z","updated_at":"2025-05-16T11:06:29.153Z","avatar_url":"https://github.com/xdd666t.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![plugin](https://img.shields.io/badge/jetbrain-plugin-red)](https://plugins.jetbrains.com/plugin/15919-getx) [![stars](https://img.shields.io/github/stars/xdd666t/getx_template?logo=github)](https://github.com/CNAD666/getx_template) [![issues](https://img.shields.io/github/issues/xdd666t/getx_template?logo=github)](https://github.com/xdd666t/getx_template/issues) [![commit](https://img.shields.io/github/last-commit/xdd666t/getx_template?logo=github)](https://github.com/xdd666t/getx_template/commits) [![release](https://img.shields.io/github/v/release/xdd666t/getx_template)](https://github.com/xdd666t/getx_template/releases)\n\nLanguage: English | [中文（详细讲解）](https://juejin.cn/post/7005003323753365517)\n# Statement\n\n- Part of fast code snippet prompt  come from [getx-snippets-intelliJ](https://github.com/cjamcu/getx-snippets-intelliJ/blob/master/src/main/resources/liveTemplates/getx.xml)\n\n# Description\n\n- install\n\n![install](https://cdn.jsdelivr.net/gh/xdd666t/MyData@master/pic/flutter/blog/20220206120123.png)\n\n- Plugin effect\n\n  - Take a look at the effect diagram used by the plugin. The style refers to the fish_redux plugin style.\n  - There are some optional functions, so make it into a multi-button style, you can operate according to your own needs\n\n![useFolder](https://cdn.jsdelivr.net/gh/xdd666t/MyData@master/pic/flutter/blog/20210907092614.gif)\n\n- Support to modify suffix\n\n![image-20210926111944785](https://cdn.jsdelivr.net/gh/CNAD666/MyData@master/pic/flutter/blog/20210926112248.png)\n\n- Alt + Enter ： GetBuilder、GetBuilder（Auto Dispose）、Obx、GetX\n\n![GetBuilder](https://cdn.jsdelivr.net/gh/xdd666t/MyData@master/pic/flutter/blog/20210907092748.gif)\n\n![image-20210802160603092](https://cdn.jsdelivr.net/gh/CNAD666/MyData@master/pic/flutter/blog/20210802162033.png)\n\n![image-20210802160631405](https://cdn.jsdelivr.net/gh/CNAD666/MyData@master/pic/flutter/blog/20210802162043.png)\n\n- Enter the **getx**  prefix\n\n![getxroutepagemap](https://cdn.jsdelivr.net/gh/xdd666t/MyData@master/pic/flutter/blog/20210907092900.gif)\n\n![image-20210922111700625](https://cdn.jsdelivr.net/gh/CNAD666/MyData@master/pic/flutter/blog/20210922111709.png)\n\n# Features\n\n- Model: Generate the GetX model\n  - Default: Default mode, three files are generated: state, logic, view\n  - Easy: Simple mode, two files are generated: logic, view\n\n- Function: Function selection\n  - useFolder: Use a file, a folder will be generated after selection, and the big hump name will be automatically converted to: lowercase + underscore\n\n- usePrefix: Use the prefix, add the prefix before the generated file, the prefix is: Big Camel Name is automatically converted to: lowercase + underscore\n\n- autoDispose: If you find that a page cannot automatically recycle GetxController, you can turn on this function, refer to How to automatically recycle GetXController; under normal circumstances, there is no need to turn on this function\n\n- addLifecycle: Automatically add the life cycle callback method in GetXController, and enable it on demand\n\n- addBinding: automatically add binding files\n  - If you know what binding is, it is recommended to enable this function\n  - If you don't understand the concept and function of binding, it is not recommended to turn it on; not using binding will not affect development\n\n- Module Name: The name of the module, please use the big camel case as much as possible; capitalize the first letter\n\n\n# Run this project\n\n**If you want to run this project，please confirm some of your configuration**\n\n- File ---\u003e Project Structure ---\u003e Project Settings：Project（SDK must use  jdk11）\n\n![image-20211208095732612](https://cdn.jsdelivr.net/gh/xdd666t/MyData@master/pic/flutter/blog/20211208100315.png)\n\n- Build, Execution, Deployment ---\u003e Build Tools ---\u003e Gradle\n  - gradle download: https://services.gradle.org/distributions/ \n\n![image-20211208100031275](https://cdn.jsdelivr.net/gh/xdd666t/MyData@master/pic/flutter/blog/20211208100323.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdd666t%2Fgetx_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdd666t%2Fgetx_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdd666t%2Fgetx_template/lists"}