An alternate game based on Flutter and Android plantform
This project is a starting point for a Flutter application "UOIT GO"
- run
flutter pub get
first. flutter run
.
Our app requires GPS coordinates that are within different buildings on campus to work properly. Instead of walking around campus on your physical phone, here is a list of GPS coordinates that work for each building that you can input using the Extended Controls on your emulator:
- UA: Lat: 43.944500 Long: -78.89600
- ERC: Lat: 43.945500 Long: -78.896166
- Library: Lat: 43.946057 Long: -78.897450
- Go to the Academic Page (The one with the hat)
- Click on the Floating Action Button
- Input 'Mobile Dev' into the Courses Name field, 'CSCI4100' into the Courses ID field, and '50' into the Inital Grade field
- Travel to the Library or ERC
- Click the Activites Here button
- Go to the location you're prompted to go to
- Click the Turn In button
- Shows Details of Players health and motivation
- Shows Current inventory
- Shows current loadout in visual form
- Shows current courses and grades.
- Can switch to show overall progression to graduation
-
Map Entire screen - Shows players location
- Shows nearby activities
- Shows Currently pinned objective
- Shows basics of players well being.
-
Shows notifications of anything new - Shows notifications of Places
- Shows longer list of all player activities needed including school tasks
- Multiple screens, navigation
- Dialogs/pickers
- Data Table & Chart
- Snackbars
- Notifications
- Local storage
- Cloud storage
- Maps
- Geolocation
- Geocoding
- i18n
-
HTTP requestsNo Longer a Requirement