Steelhacks-2023 / Lost-At-Pitt

Lost @ Pitt is a multi-platform lost-and-found tracking application, allowing users to return & reclaim lost items. Currently in development!
https://steelhacks-2023.github.io/Lost-At-Pitt/
6 stars 0 forks source link

Refactor code to switch packages to google_maps_flutter. #7

Closed jeffzheng13 closed 1 year ago

jeffzheng13 commented 1 year ago

The flutter package google_maps_flutter now endorses google_maps_flutter_web. This means that there is no longer need to include google_maps_flutter_web as a package as importing google_maps_flutter will do so. We can now build iOS/Android/Web all at the same time.

TODO items:

jeffzheng13 commented 1 year ago

Changed with commit number cc954a1