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

outdated

Wifi info wrapper android plugin

wifi_info_plugin #

Wifi info wrapper android plugin

Getting Started #

This Plugin is currently only supports android. IOS implementation to be release soon. Import the plugin. Listed are all the supported getter methods to query and retrieve Network Information on your android device.

Example instantiation code:

Future

}
on PlatformException{

  // handle exception
}
if (!mounted) return;

setState(() {

  _wifiObject = wifiObject;  // set returned native code data to widget local state.
});

}

returns ipv4 address of device

return the ipv4 address of the router for a connection

returns the DNS server1 IpAddress

returns the DNS server2 IpAddress

returns the(BSSID) MAC address of the wireless access point

returns the(SSID) Network Name

returns mac adress of device

returns the current link speed

returns current signal strength 10 being the maximum

returns current frequency in MHZ

returns unique small integer ID for the connected network

returns device connection Type Wifi or Mobile

returns true/false determining if the connection is a hidden Ssid

37
likes
30
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

Wifi info wrapper android plugin

Homepage

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on wifi_info_plugin

Packages that implement wifi_info_plugin