Geolocator Plugin to get current location

后端 未结 2 815
灰色年华
灰色年华 2021-01-23 18:56

I am using Geolocator plugin to get the current location of the device, and google map plugin to integrate the map widget in the flutter

The google map wor

2条回答
  •  旧时难觅i
    2021-01-23 19:34

    add this package into flutter project.. - pubspec.yaml

    -dependencies:

      location: ^2.3.4
    

提交回复
热议问题