LoritoTiago / awesome_place_search

The awesome_place_search package is a Flutter library that provides a user interface for searching places using the Google Places API. With this package, you can easily implement a location search bar that shows suggestions as the user types.
MIT License
6 stars 7 forks source link

Add Google API headers #26

Open qrvello opened 1 week ago

qrvello commented 1 week ago

Changes

Why

When making requests to Google Maps APIs from Flutter applications, certain platform-specific headers are required for proper authentication and request tracking. The google_api_headers package automatically handles these requirements by providing the appropriate headers based on the platform (Android/iOS).

Testing

Dependencies Added