Recurring google_api_headers plugin implementation errors across multiple platforms

Troubleshooting

I'm encountering repeated warnings about the google_api_headers package when running my Flutter app:

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

This error occurs for iOS, Linux, macOS, and Windows platforms. The warning suggests I need to either:

  1. Avoid referencing a default implementation via platforms: [platform]: default_package: google_api_headers, or

  2. Add an inline implementation via platforms: [platform]: pluginClass or dartPluginClass

The warnings repeat multiple times during build, making it difficult to see other potential issues.

What have you tried so far?
  • Running flutter pub upgrade (resulted in 36 changed dependencies)

  • Noticed collection version conflicts (collection 1.19.0 vs 1.19.1 required by flutter_test)

  • Updated collection in pubspec.yaml to 1.19.1

  • Ran flutter pub upgrade again

  • Still seeing the same google_api_headers errors

Did you check FlutterFlow's Documentation for this topic?
No
1