Skip to content

Conversation

@acoutts
Copy link

@acoutts acoutts commented Jul 1, 2021

Same deal from bazrafkan/google_place#27

Required to use platform-specific API keys where you must provide the following headers:

    final headers = <String, String>{
      if (defaultTargetPlatform == TargetPlatform.iOS)
        'x-ios-bundle-identifier': Env().bundleIdentifier, // com.my.app
      if (defaultTargetPlatform == TargetPlatform.android) ...{
        'x-android-package': Env().bundleIdentifier, // com.my.app
        'x-android-cert': Env().ANDROID_SIGNING_KEY_SHA1, // signing key used to build/publish the app
      }
    };

@acoutts
Copy link
Author

acoutts commented Jul 20, 2021

@bazrafkan any chance to review this please? Thanks.

@acoutts
Copy link
Author

acoutts commented Aug 4, 2021

Hello is there any update?

@acoutts
Copy link
Author

acoutts commented Sep 25, 2021

Hello is there any chance for this to be merged?

@acoutts
Copy link
Author

acoutts commented Sep 28, 2021

@bazrafkan

@acoutts
Copy link
Author

acoutts commented Dec 3, 2021

Hello?

@acoutts
Copy link
Author

acoutts commented Jan 28, 2022

Bumping again

@acoutts
Copy link
Author

acoutts commented Nov 10, 2022

bump

@acoutts
Copy link
Author

acoutts commented Dec 6, 2022

Hello?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant