Skip to content

Commit

Permalink
Commit before release
Browse files Browse the repository at this point in the history
  • Loading branch information
SpardaMarco committed Mar 13, 2023
1 parent c4fc793 commit 36ed195
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/ArchitectureAndDesign.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ On the search page screen, we added a search bar that allows the user to input a
In order to establish the connection with the Google Maps API, we started by adding the respective dependency to the pubspec.yaml file. After installing the packages, we imported them into the .dart file corresponding to the search page of the mobile application. Lastly, a button was added to the search page that allows the user to open a window that shows the map screen through the Google Maps API.

We also created a project in Firebase for the mobile application administrators, and we connected to the project in Flutter by adding the respective dependencies to the pubspec.yaml file. After installing the packages, they were imported into the .dart files that will need to communicate with external Firebase services.

![HomePage](../images/verticalprototype/home_page.png) ![SearchPage](../images/verticalprototype/search_page.png) ![SearchBar](../images/verticalprototype/search_bar.png) ![Map](../images/verticalprototype/map.png)
2 changes: 1 addition & 1 deletion docs/ProductVision.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ SportSpotter empowers sports enthusiasts to effortlessly discover and access the
- Internet connection
- Location (optional)
- Google API
- SportSpotter's Database
- SportSpotter's Database (Firebase)
Binary file added images/verticalprototype/home_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/verticalprototype/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/verticalprototype/search_bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/verticalprototype/search_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions sportspotter/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions sportspotter/.idea/sportspotter.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions sportspotter/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 53 additions & 0 deletions sportspotter/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 36ed195

Please sign in to comment.