google_place 0.3.2 google_place: ^0.3.2 copied to clipboard
A new Flutter package for handle google place api that place search and details and photos and autocomplete and query autocomplete requests are available
CHANGELOG #
[0.3.2] - 2020-06-30 #
- Fix bug for location parameter in autocomplete and query autocomplete
- Update dependency
[0.3.1] - 2020-05-08 #
- Update pubspec file in example
- Update README file in example
[0.3.0] - 2020-04-08 #
- Fix bug for place photos parameters
- Update description for methods
- Update CONTRIBUTING and README files
[0.2.7] - 2020-04-07 #
- Update pubspec file
[0.2.6] - 2020-04-05 #
- Update README file
[0.2.5] - 2020-04-05 #
- Fix bug for double variables
[0.2.4] - 2020-04-05 #
- Fix bug for component item in models and autocomplete
- Add bounds item in models and geometry
[0.2.3] - 2020-04-04 #
- Update pubspec file
[0.2.2] - 2020-04-03 #
- Fix bug when http not respond
[0.2.1] - 2020-04-03 #
- Add Details page in example
[0.2.0] - 2020-04-03 #
- Change structure code
[0.1.0] - 2020-04-03 #
- Add example project and fix bug
[0.0.2] - 2020-04-03 #
- Fix warning in pubspec file
[0.0.1] - 2020-04-02 #
- The initial release supports all google place api requests
- Place Search returns a list of places based on a user's location or search string.
- Place Details returns more detailed information about a specific place, including user reviews.
- Place Photos provides access to the millions of place-related photos stored in Google's Place database.
- Place Autocomplete automatically fills in the name and/or address of a place as users type.
- Query Autocomplete provides a query prediction service for text-based geographic searches, returning suggested queries as users type.