Skip to content

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

License

Notifications You must be signed in to change notification settings

AgnelSelvan/wifi_ip_details

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wifi_ip_details

pub package

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
    // Getting WIFI IP Details
    final _ipDetails = await WifiIPDetails.getMyWIFIDetails();
  • Incase you have the access token then just pass in the access token on the same method.
    // Getting WIFI IP Details using Access Token
    final _ipDetails = await WifiIPDetails.getMyWIFIDetails("YOUR ACCESS TOKEN");

Additional Information

  • Enable Internet Permission.

Don't Forget to give Star and Like 🚀

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published