pinkfish / flutter_places_dialog

Google places picker plugin for flutter. Opens up the google places picker on ios and android returning the chosen place back to the flutter app.
Other
44 stars 10 forks source link

Bump the version of google play services to 15.0.1 #7

Closed kdy1 closed 5 years ago

kdy1 commented 6 years ago

Closes #6

I successfully built my own app.

dependencies:
  flutter:
    sdk: flutter
  map_view: ^0.0.14
  flutter_places_dialog:
    git: 'https://github.com/kdy1/flutter_places_dialog.git'
  flutter_google_places_autocomplete: ^0.1.1+1
  firebase_auth: "0.5.20"
  google_sign_in: "3.0.5"
  cloud_firestore: '0.8.0'