Setup
Before starting to create wonderful applications with Goril.app Studio, you will have to setup your environment, create an account and create your first project.
Last updated
Before starting to create wonderful applications with Goril.app Studio, you will have to setup your environment, create an account and create your first project.
Last updated
Base Setup
Before to be able to use all the potential of Goril.app Studio you have to make sure you have Flutter installed.
Make sure Ruby is installed with Homebrew and CocoaPods is installed with the Sudo-less installation.
Next, you have to install the Firebase CLI
The first configuration steps in Goril.app Studio are to fill the mandatory environments settings.
First you have to provide your Flutter SDK Path. It is essential for Flutter application development. You can open a terminal and run the following command to see the location of your Flutter SDK.
The first lines should be, for example :
Select the flutter directory previously mentioned.
Next, you have to provide your FlutterFire CLI Path. It is essential for smooth app development and maximizing the potential of the framework.
You can open a terminal a run the following command to see the location of your FlutterFire CLI.
The result should be :
Select the .pub-cache folder.
Lastly, you have to provide the folder where you want your code's project to be generated.