Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 576 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 576 Bytes

Google Places Autocomplete

A Flutter Application utilizing Google Maps, Places Autocomplete, and Geolocator

Getting Started

You will need to have a Google project, enable the Android SDK, IOS SDK, and Places API in your GCloud Console.

Obtain an API key and replace the YOUR_KEY placeholders in

  • ios/Runner/AppDelegate.swift
  • android/app/src/main/AndroidManifest.xml
  • lib/services/places_service.dart

Video