fysoul17 / google_maps_place_picker

Place picker on Google Maps for Flutter
MIT License
223 stars 365 forks source link

Search location is not working #121

Open manpreetpatil opened 3 years ago

manpreetpatil commented 3 years ago

When i search any location and select the address. It reload the map again on my current location. In console I'm getting following error. I'm using the latest version of package ^2.0.0-nullsafety.3

[ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: MissingPluginException(No implementation found for method camera#animate on channel plugins.flutter.io/google_maps_1) E/flutter ( 6856): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156:7) E/flutter ( 6856): E/flutter ( 6856): #1 _PlacePickerState._moveTo (package:google_maps_place_picker/src/place_picker.dart:346:5) E/flutter ( 6856): E/flutter ( 6856): #2 _PlacePickerState._pickPrediction (package:google_maps_place_picker/src/place_picker.dart:337:5) E/flutter ( 6856):

It first load the searched address and then reset the map again on initial location Please help me..

narayanvyas commented 3 years ago

Any updates on this issue?