Uses a predetermined location coordinate to fetch a list of restaurants from the Google Places API, then display this list and respond to user ratings.
The main project is divided into two parts:
main.dart: holds UI construction and logic
places.dart: holds place model data and network logic for accessing Places API