Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 864 Bytes

File metadata and controls

25 lines (19 loc) · 864 Bytes

project_testing

This project is the geolocation and google map integration

Dependencies

  • geolocator
  • google_maps_flutter

Setting Up Geolocation Permissions

Add a permissions to use geolocation

    For Android android/app/src/main/AndroidManifest.xml
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_COARSE_LOCATION
    iOS -

Setting Up API Key for Google Map Integration

Get your API key on Here (Click here to read the complete tutorial and documentation)

    For Android android/app/src/main/AndroidManifest.xml
    iOS ios/runner/AppDelegate.swift
change:
YOUR API KEY