- Reformatting code
- Fix bug for Locationbias object
- Reformatting code
- Added support for more proxy URI's,
- Added tests & manually tested with http://cors-anywhere.herokuapp.com
- GooglePlace::proxyUrl can now be formatted as [https:// || http://]host[:][/][?=]
- Update README file
- Add get json output
- Fix for standard dart VM and remove dart:ui lib
- Add web implementation
- Update README file
- Fix bug for radius parameter in search
- Add ability to pass custom headers in requests
- Add region parameter in autocomplete
- Update dependency
- Update README file
- Add null-safety
- Add some commands
- Code refactor
- Update dependency
- Fix bug for location parameter in autocomplete and query autocomplete
- Update dependency
- Update pubspec file in example
- Update README file in example
- Fix bug for place photos parameters
- Update description for methods
- Update CONTRIBUTING and README files
- Update pubspec file
- Update README file
- Fix bug for double variables
- Fix bug for component item in models and autocomplete
- Add bounds item in models and geometry
- Update pubspec file
- Fix bug when http not respond
- Add Details page in example
- Change structure code
- Add example project and fix bug
- Fix warning in pubspec file
- 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.