Skip to main content

GetX

Class Controller

  • getxc
    default structure of controller and primitive state

  • getxc_execute
    for controller class with state only status and execute function with return state

  • getxc_fetch_list
    for controller class with state List and fetch function

  • getxc_fetch_single
    for controller class with state Single Object and fetch function

Outside Class

  • getx_check_state
    check status state, usually called after execute
  • getx_check_state_builder
    check status state inside widget builder