google_geocoding_plus 1.0.0
google_geocoding_plus: ^1.0.0 copied to clipboard
A new Flutter package for handle google geocoding api that geocoding and reverse geocoding requests are available, forked from https://github.com/bazrafkan
CHANGELOG #
1.0.0 - 2021-03-15 #
- Reformatting code: add null-safety
- Upgrade environment to match sdk: ">=2.12.0 <4.0.0"
- Upgrade http to ^1.0.0
0.2.0 - 2021-03-15 #
- Add null-safety
0.1.4 - 2020-05-08 #
- Update pubspec file in example
- Update README file in example
0.1.3 - 2020-04-09 #
- Update example
0.1.2 - 2020-04-08 #
- Update description for methods
0.1.1 - 2020-04-05 #
- Update README file
0.1.0 - 2020-04-05 #
- Fix bug for double variables and add example
0.0.1 - 2020-04-04 #
- The initial release supports all google geocoding api requests
- Geocoding is the process of converting addresses (like a street address) into geographic coordinates.
- Reverse geocoding is the process of converting geographic coordinates into a human-readable address.