/flutter-demo

Implemented Flutter restaurant example from DartConf with intro-level commenting

Primary LanguageDart

Restaurant Finder

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.

Getting Started

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