Setup Guide
Step 1: Install Git
Download and install Git from https://git-scm.com/.
Step 2: Install Flutter
Installing flutter is slightly different between Windows, MacOS and Linux. Flutter already has a good step-by-step that you can find here
- Download the Flutter SDK from flutter.dev/docs/get-started/install.
- Extract the downloaded archive to a location on your machine.
- Add the Flutter
bin
directory to your system’sPATH
variable.
Step 3: Set Up an IDE
Choose one of the following:
Using Visual Studio Code:
- Download and install Visual Studio Code from https://code.visualstudio.com/.
- Install the Flutter and Dart extensions.
Using IntelliJ IDEA or Android Studio:
- Download and install IntelliJ IDEA or Android Studio.
- Install the Flutter and Dart plugins.
Step 4: Fork the repository
This is very simple, just go to the Sossoldi repository on GitHub and click on the “Fork” on the top right corner. By doing this you will create a copy of the repository on your account and it will allow you to make changes without affecting the main repository.
(Optional) Download GitHub Desktop
If you are unfamiliar with Git you might want to use GitHub Desktop.
- Go to this link and download GitHub Desktop. With this it will be easier to manage and submit the changes that you will do. After the download, set up your account.
- Now comeback to your repository on GitHub and click on Code -> Open with GitHub Desktop
- This will open GitHub Desktop and it should ask you to add the path in which you want to save the folder with the project. Then click on clone.