ipstack 0.5.1+1 copy "ipstack: ^0.5.1+1" to clipboard
ipstack: ^0.5.1+1 copied to clipboard

Uses ipstack.com service to retrieve details based on the user's ip address.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ipstack

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ipstack: ^0.5.1+1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ipstack/ipstack.dart';
2
likes
110
pub points
51%
popularity

Publisher

unverified uploader

Uses ipstack.com service to retrieve details based on the user's ip address.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, http, meta, pedantic

More

Packages that depend on ipstack