-
Notifications
You must be signed in to change notification settings - Fork 12
Installation
Samuel Montambault edited this page Apr 21, 2021
·
4 revisions
This page will help you understand how to install your dev environment.
- Flutter SDK v2.0.0 or higher
- Openssl v1.1.1g or higher
- To access some features you will need the SignetsAPI certificate, these files are encrypted. To decrypt them you will need to execute the
env_variables.sh
script (only available on the Google Drive of the club), then run:
chmod +x ./scripts/decrypt.sh
./scripts/decrypt.sh
- After cloning the repo, you will have to get the packages and generate the l10n classes. To do that run the following command:
flutter pub get
- To add the Google Maps API token and the GitHub API token, you need to rename the file
.env.template
into.env
. In the.env
file, you need to paste the Google Maps API TOKEN and the GitHub API TOKEN.
To build the project in release you can refer to this page, Happy coding!
Home | Installation | How To