- Update the dependencies
- Add locales support
- Add Regex functions
- Update samples for flutter and dart
- Handle zero C2C error message
- Publish to Circle CI
- Added null-safety support
- Breaking changes:
- Refactor Response object, now Response contains the data instead of data containing the response (use data() which can be null if there's an error, check isSuccessful() before)
- Added autosuggest-with-coordinates.
- Refactor bounding-box flow.
- Check for network error in platform agnostic way.
- Obtain platform info in an platform independent manner
- update README, description and example
- First production version
- Git link
- Initial version