matanshukry / flutter_google_places_sdk

Flutter plugin for google places native sdk
32 stars 68 forks source link

[FeatureRequest] fetchPlace on MacOS #44

Closed AndreiMisiukevich closed 8 months ago

AndreiMisiukevich commented 1 year ago

Hello, first of all, thanks for your outstanding contributions to the open source.

But I have a question / feature request.

Any reason why fetchPlace is not implemented in flutter_google_places_sdk_http.dart?

  @override
  Future<inter.FetchPlaceResponse> fetchPlace(
    String placeId, {
    List<inter.PlaceField>? fields,
    bool? newSessionToken,
  }) async {
    throw UnimplementedError();
  }
matanshukry commented 1 year ago

@AndreiMisiukevich the http implementation is a bit new, so it was just never done - no technical reason or something like that.

PRs are welcome though.

AndreiMisiukevich commented 1 year ago

CC @matanshukry