wifi_ip_details 0.0.1 copy "wifi_ip_details: ^0.0.1" to clipboard
wifi_ip_details: ^0.0.1 copied to clipboard

outdated

A Flutter package for getting WIFI Details.

wifi_ip_details #

This package allows Flutter apps to get Wifi IP Details like Internet Service Provider(ISP), Country, Public IP Address, etc.

Platform Support #

Android iOS MacOS Web Linux Windows
✔️ ✔️ ✔️ ✔️ ✔️ ✔️

Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

    dependencies:
        wifi_ip_details: <latest_version>

Usage #

  • For getting WIFI Details just call this method
    final _ipDetails = await WifiIPDetails.getMyWIFIDetails();
  • Incase you have the access token then just pass in the access token on the same method.
    final _ipDetails = await WifiIPDetails.getMyWIFIDetails("YOUR ACCESS TOKEN");

Additional Information #

  • Enable Internet Permission.

Don't Forget to give Star and Like 🚀

7
likes
0
points
65
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for getting WIFI Details.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on wifi_ip_details