ip_detector 0.0.2 copy "ip_detector: ^0.0.2" to clipboard
ip_detector: ^0.0.2 copied to clipboard

A flutter package that can identify a user's IP and collect more information from it.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ip_detector

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

dependencies:
  ip_detector: ^0.0.2

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:ip_detector/ip_detector.dart';
10
likes
160
pub points
67%
popularity
screenshot

Publisher

verified publisherea2.dev

A flutter package that can identify a user's IP and collect more information from it.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on ip_detector