seeip_client 1.1.0 seeip_client: ^1.1.0 copied to clipboard
Obtain IP address information using SeeIP - A simple IP address API
1.1.0 #
- Empty strings always return '' instead of null.
- Empty integers always return zero instead of null.
- Latitude and longitude can return null if they are empty, as returning zero would give an incorrect location.
1.0.1 #
- Updated code formatting.
1.0.0 #
- Breaking change - public api changed to lowerCamelCase. For example...
GeoIp.country_code
changed toGeoIp.countryCode
GeoIp.region_code
changed toGeoIp.regionCode
0.1.3 #
- Made null safe - with thanks to malkovro.
- Made Dart 3 compatible.
- Bug fix - Now uses latest seeip.org uri format.
0.1.2 #
- Bug fix - GeoIP raising error. This is due to SeeIP now returning 'offset' as an int instead of a String. Added parsing for Offset to handle this.
0.1.1 #
- Bug fix - Added parsing for int Lat/Long coordinates.
0.1.0 #
- Initial version, created by Mad About Brighton.