google_place 0.2.0 google_place: ^0.2.0 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
[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.