Goril.app Studio
  • Goril.app Studio Documentation
  • Setup
  • Quick Start
  • Main Pages
    • Architect
      • Toolbox
      • Explorer
      • Application Preview
      • Settings Panel
    • Storyboard
    • Assets
    • State
    • Custom Code
      • Custom Functions
      • Custom Actions
      • Custom Dependencies
      • Custom Widgets
    • Settings
      • General
      • Theme
      • Firebase
    • Action Flow Editor
  • Cookbook
    • My first application
      • Create the project
      • Create the Task model
      • Create the base HomePage Layout
      • Complete the HomePage Layout
      • Add Update Task Action in HomePage
      • Create the CreateTask component
      • Add Actions in CreateTast component
      • Create the EditTask component
      • Add Actions in EditTask component
Powered by GitBook
On this page
  1. Main Pages
  2. Custom Code

Custom Dependencies

Create a custom dependencies reusable throughout the application.

PreviousCustom ActionsNextCustom Widgets

Last updated 2 years ago

Creating a Custom Dependencies

In order to create a Custom Dependencies follow the next steps :

  • Click on the Add button and select Dependencies in the opened list

  • Choose the Type of dependency

  • Set the Package Name of the dependency

  • Set Package Version of the dependency

  • Save by clicking on the top right button Save

You can see the use of this custom dependency on the page

Custom Actions

Example of a custom dependency