Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 445 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 445 Bytes

DeviceExtInfo

Extended device info flutter plugin.

Usage:

void main(){
    final deviceName =  await DeviceExtInfo.deviceName;
    final deviceClass =  await DeviceExtInfo.deviceClass;
    final screenSizeInches =  await DeviceExtInfo.screenSizeInches;
}

Features and bugs

Please file feature requests and bugs at the issue tracker.