All Projects → xdd666t → getx_template

xdd666t / getx_template

Licence: Apache-2.0 License
Used to generate the template code of GetX framework | Flutter GetX模板代码生成(一个有用的IDEA插件)

Programming Languages

kotlin
9241 projects
dart
5743 projects
HTML
75241 projects

Projects that are alternatives of or similar to getx template

prometheus-plugs
Prometheus.erl Elixir Plugs
Stars: ✭ 52 (-71.27%)
Mutual labels:  plug
Taskly
Flutter app to manage tasks.
Stars: ✭ 126 (-30.39%)
Mutual labels:  getx
dictator
Dictates what your users see. Plug-based authorization.
Stars: ✭ 77 (-57.46%)
Mutual labels:  plug
Flutter Roadmap
This is a flutter roadmap and documentation repository. If anyone is interested you can join the party to help the community and make flutter great again.
Stars: ✭ 47 (-74.03%)
Mutual labels:  getx
HisnElmoslem App
يحتوي التطبيق على كتاب حصن المسلم كاملا مع خاصية البحث في الفهرس و ميزات أخرى.
Stars: ✭ 98 (-45.86%)
Mutual labels:  getx
vue-plug-in
create plug-in for vue
Stars: ✭ 25 (-86.19%)
Mutual labels:  plug
taeseung vimrc
Taeseung Lee's vim setting
Stars: ✭ 16 (-91.16%)
Mutual labels:  plug
accent
Dynamically convert the case of your JSON API keys
Stars: ✭ 27 (-85.08%)
Mutual labels:  plug
flutter getx template
A flutter start project template with boilerplate code to save you time whenever you start a new flutter project using getx pattern.
Stars: ✭ 25 (-86.19%)
Mutual labels:  getx
plug heartbeat
A plug for responding to heartbeat requests.
Stars: ✭ 32 (-82.32%)
Mutual labels:  plug
plug rest
REST behaviour and Plug router for hypermedia web applications in Elixir
Stars: ✭ 52 (-71.27%)
Mutual labels:  plug
guardian trackable
A Guardian hook to track user sign ins.
Stars: ✭ 25 (-86.19%)
Mutual labels:  plug
etag plug
A simple to use shallow ETag plug
Stars: ✭ 18 (-90.06%)
Mutual labels:  plug
phoenix-client-ssl
Set of Plugs / Lib to help with SSL Client Auth.
Stars: ✭ 18 (-90.06%)
Mutual labels:  plug
sheriff
Build simple and robust authorization systems with just Elixir and Plug
Stars: ✭ 39 (-78.45%)
Mutual labels:  plug
plug canonical host
PlugCanonicalHost ensures that all requests are served by a single canonical host.
Stars: ✭ 26 (-85.64%)
Mutual labels:  plug
epg
一个处理电信机顶盒焦点的JavaScript插件。
Stars: ✭ 12 (-93.37%)
Mutual labels:  plug
plug rails cookie session store
Rails compatible Plug session store
Stars: ✭ 93 (-48.62%)
Mutual labels:  plug
flutter ducafecat news getx
flutter2 + dio4 + getx4
Stars: ✭ 283 (+56.35%)
Mutual labels:  getx
Home-Fi
Home Automation App using Flutter, Adafruit IO & Esp32 dev board.
Stars: ✭ 60 (-66.85%)
Mutual labels:  getx

plugin stars issues commit release

Language: English | 中文(详细讲解)

Run this project

If you want to run this project,please confirm some of your configuration

  • File ---> Project Structure ---> Project Settings:Project(SDK must use jdk11)

image-20211208095732612

  • Build, Execution, Deployment ---> Build Tools ---> Gradle

image-20211208100031275

Statement

Description

  • install

image-20210906222922384

  • 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

getx_new

  • Support to modify suffix

image-20210926111944785

  • Alt + Enter : GetBuilder、GetBuilder(Auto Dispose)、Obx、GetX

image-20210802160603092

image-20210802160631405

  • Enter the getx prefix

image-20210922111700625

Features

  • Model: Generate the GetX model

    • Default: Default mode, three files are generated: state, logic, view
    • Easy: Simple mode, two files are generated: logic, view
  • Function: Function selection

    • useFolder: Use a file, a folder will be generated after selection, and the big hump name will be automatically converted to: lowercase + underscore
  • usePrefix: Use the prefix, add the prefix before the generated file, the prefix is: Big Camel Name is automatically converted to: lowercase + underscore

  • 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

  • addLifecycle: Automatically add the life cycle callback method in GetXController, and enable it on demand

  • addBinding: automatically add binding files

    • If you know what binding is, it is recommended to enable this function
    • 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
  • Module Name: The name of the module, please use the big camel case as much as possible; capitalize the first letter

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].