seeip_client 1.1.0 copy "seeip_client: ^1.1.0" to clipboard
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 to GeoIp.countryCode
    • GeoIp.region_code changed to GeoIp.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.
2
likes
140
pub points
62%
popularity

Publisher

verified publishermadaboutbrighton.net

Obtain IP address information using SeeIP - A simple IP address API

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

http

More

Packages that depend on seeip_client