PhoneInfoPlugin class

Constructors

PhoneInfoPlugin.new()

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 Properties

batteryInfoStream Stream<Map<String, dynamic>>
Stream to listen for battery changes
no setter

Static Methods

getAccessibilityInfo() Future<List<String>>
Get accessibility information
getAppUsageStats() Future<List<Map<String, dynamic>>>
Get app usage statistics
getArchitecture() Future<String?>
Get device architecture
getAvailableStorage() Future<int?>
Get available storage in MB
getBatteryInfo() Future<Map<String, dynamic>>
Get battery information
getBiometricInfo() Future<Map<String, dynamic>>
Get biometric information
getCameraInfo() Future<List<Map<String, dynamic>>>
Get camera information
getConnectionType() Future<String?>
Get current connection type (Wi-Fi, Mobile Data, None)
getCpuInfo() Future<Map<String, dynamic>>
Get CPU information
getDeviceId() Future<String?>
Get device ID (Android ID)
getDeviceName() Future<String?>
Get device name
getIsConnected() Future<bool>
Check if device is connected to internet
getManufacturer() Future<String?>
Get device manufacturer
getModel() Future<String?>
Get device model
getNetworkInfo() Future<Map<String, dynamic>>
Get network information
getNetworkOperator() Future<String?>
Get network operator name
getOsVersion() Future<String?>
Get OS version
getPhoneInfo() Future<Map<String, dynamic>>
Get all phone information in a single call
getPlatformVersion() Future<String?>
Get the platform version
getScreenInfo() Future<Map<String, dynamic>>
Get screen information
getSecurityInfo() Future<Map<String, dynamic>>
Get security information
getSensorInfo() Future<List<Map<String, dynamic>>>
Get sensor information
getSignalStrength() Future<int?>
Get signal strength in dBm (for Wi-Fi)
getSimInfo() Future<Map<String, dynamic>>
Get SIM information
getStorageInfo() Future<Map<String, dynamic>>
Get storage information
getSystemHealth() Future<Map<String, dynamic>>
Get system health information
getTotalMemory() Future<int?>
Get total memory in MB