Extended device info flutter plugin.
void main(){
final deviceName = await DeviceExtInfo.deviceName;
final deviceClass = await DeviceExtInfo.deviceClass;
final screenSizeInches = await DeviceExtInfo.screenSizeInches;
}
Please file feature requests and bugs at the issue tracker.