A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
To set up the environment variables for the project, follow these steps:
-
Make a .env file in assets/ folder:
-
Edit the
.env
File:-
Open the
.env
file and copy this template. Replace the url with the provided url from organisersAPI_URL=<your-api-url> CDN_URL=<your-cdn-url>
-
-
Save the
.env
File:- Save the file and make sure it's in the root directory of the project.
-
Initialize the Project:
-
Run the following command to initialize the environment variables and start the project:
flutter pub get flutter run
-