google_maps_apis
Google Maps Web Services [API](https://developers.google.com/maps/web-services)
5.1.0
3.3K downloads/mo
#4483 most downloaded on pub.dev
luis901101/google_maps_apis
What this package is like to depend on
Last release 3 months ago
05 May 2026
Release timing varies
gaps range from 2 weeks to 1.2 years
Nearly every release is documented
notes for 9 of 9 stable releases
1 version withdrawn
withdrawn after publishing
3 years old
10 releases · first in 2023
3 releases in the last 12 months
see the full history below
Release timeline
10 releases · Oct 2023 to May 2026
2024
2025
2026
Releases
latest 10-
5.1.005 May 2026Release notes
Open source → -
5.0.013 Feb 2026Release notes
Open source →Changed
- Updated
CustomParseErrorLoggerwith optionalResponseparameter as per new Retrofit version. - Updated dependencies to latest breaking change versions.
- Updated
-
4.0.001 Oct 2025Release notes
Open source →Added
- Added support for custom interceptors, headers and cancelToken on
PlacesAPINew. Thanks itsarvinddev for PR-4,
Changed
- Sdk constraint updated to:
sdk: '>=3.8.0 <4.0.0' - Updated dependencies to latest versions.
- Added support for custom interceptors, headers and cancelToken on
-
3.0.121 Mar 2025Release notes
Open source →Fixed
- Fixed bug in JSON parsing for enums that was causing wrong snake_case parsing.
-
3.0.010 Mar 2025Release notes
Open source →Changed
- [BREAKING] Changed
PlacesAPINewpropertyHttpClient? httpClienttoHttpClientAdapter? httpClientAdapterto allow more control over http client customization.
- [BREAKING] Changed
-
2.0.007 Mar 2025Release notes
Open source →Added
- Added support for Places API (New). Note: using legacy Places API remains the same, no breaking changes.
-
1.1.106 Jan 2025Release notes
Open source →Changed
- Reverted the query params encoding to the previous implementation.
-
1.1.006 Jan 2025 withdrawnRelease notes
Open source →Changed
- Changed the query params encoding. Now it uses the
Uri.encodeFullto encode the query params.
- Changed the query params encoding. Now it uses the
-
1.0.1+119 Oct 2023 -
1.0.0+119 Oct 2023Release notes
Open source →Added
- Added missing fields to
PlaceDetails.
Changed
GoogleResponseStatusupdated withResponseStatusenum according to a pending TODO. (this is a breaking change with respect to google_maps_webservice)- Enum Json serialization updated to avoid unnecessary boilerplate code.
- Changed several required fields as optional. (this is a breaking change with respect to google_maps_webservice)
Fixed
TravelModequery param bug fixed on directions api request. (Google requires themodequery param to be lower case but then when parsingtravel_modefrom json response it should be treated as upper case)
- Added missing fields to