AndroidFlutterWifi class

Constructors

AndroidFlutterWifi()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

connectToNetwork(String ssid, String password) Future<bool>
connectToNetworkWithSSID(String ssid) Future<bool>
disableWifi() Future<void>
enableWifi() Future<void>
forgetWifi(String ssid) Future<bool>
forgetWifiWithSSID(String ssid) Future<bool>
getActiveWifiInfo() Future<ActiveWifiNetwork>
getConfiguredNetworks() Future<List<ConfiguredNetwork>>
getConnectionType() Future<ConnectionType>
getDhcpInfo() Future<DhcpInfo>
getFormedIp(String ipAddress) String
getWifiScanResult() Future<List<WifiNetwork>>
getWifiScanResult return wifi list
init() Future<bool?>
init method call location permission which is necessary get any information about Wi-FI in android
isConnected() Future<bool>
isConnectionFast() Future<bool?>
isWifiEnabled() Future<bool>
toIp(String ip) String
Convert integer ipv4 address to understandable string like "127.0.0.1"