A mobile application developed for the Society of Hispanic Professional Engineers (SHPE) UCF chapter.
Follow these steps to set up the project on your local machine:
Install Flutter by following the instructions at:
https://docs.flutter.dev/get-started/install
Once Flutter is installed, open a terminal and run:
flutter doctorThis checks for any missing dependencies and confirms your Flutter setup.
In your terminal, run the following:
git clone https://github.com/cataon03/shpe-mobile-2025.git
cd shpe-mobile-2025Run this command to download all Flutter packages:
flutter pub getIf you're using Visual Studio Code, open the project by running:
code .