STMU Yelp is an Andriod Application that showcases popular and trending locations for college students in the San Antonio area. This application focuses on providing well-known and underground local areas in food, entertainment, study locations, etc. Made for students by students. This project is continously being worked on.
Location Categories | Home Screen | Location Details |
---|---|---|
Collaboratively built & designed by the 2022 - 2023 Infinite Loops App Team.
- Install Android Studio
- Check out from Version Control > Git
- Under URL, paste the following project link:
https://github.com/sonono-no/Stmu-Yelp
- You should see this in your Gradle Project path:
Note: This is assuming that you have saved it inside Android Studio Projects folder. If you have saved it under some other custom folder, then it should say so correspondingly.
~/StudioProjects/Stmu-Yelp
- Open your terminal or command prompt and navigate to the directory where your Flutter project is located.
- Run the main.dart file using the following command...
flutter run
- If there are multiple Flutter devices connected (e.g. a phone and an emulator), you will be prompted to select the device on which you want to run your app. Choose the desired device and press Enter.
- The Flutter app will start running on the selected device or emulator.