Skip to content

hacker-cb/flutter-device-ext-info

Repository files navigation

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.

About

Flutter plugin for obtaining extended device information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published