zeshuaro / google_api_headers

A Flutter plugin for getting the headers required to call Google APIs with an app restricted API key
https://pub.dev/packages/google_api_headers
MIT License
10 stars 24 forks source link

[BUG] Package google_api_headers:linux references google_api_headers:linux as the default plugin, but it does not provide an inline implementation. #461

Open Relietech opened 3 months ago

Relietech commented 3 months ago

Package google_api_headers:linux references google_api_headers:linux as the default plugin, but it does not provide an inline implementation. Ask the maintainers of google_api_headers to either avoid referencing a default implementation via platforms: linux: default_package: google_api_headers or add an inline implementation to google_api_headers via platforms: linux: pluginClass or dartPluginClass.

zeshuaro commented 3 months ago

Can you share a bit more details of how you're getting the errors?