seeip_client 0.1.3 copy "seeip_client: ^0.1.3" to clipboard
seeip_client: ^0.1.3 copied to clipboard

A library that makes it easy to fetch data from SeeIP - A simple IP address API.

seeip client #

A library that makes it easy to fetch data from SeeIP - A simple IP address API.

This is a pure Dart library which relies on the http package. Therefore, it can be used cross-platform, from Flutter to Web to server-side.

Usage #

You can fetch data from SeeIP without any api or auth tokens. Simply create an instance of the SeeipClient class.

Please see example/seeip_client_example.dart for more examples.

import 'package:seeip_client/seeip_client.dart';

main() async {
  var seeip = SeeipClient();
  var ipaddress = await seeip.getIP();
  print(ipaddress);
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

2
likes
130
pub points
63%
popularity

Publisher

verified publishermadaboutbrighton.net

A library that makes it easy to fetch data from 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