system_info_ml 1.0.0 system_info_ml: ^1.0.0 copied to clipboard
Provides easy access to useful information about the system (architecture, bitness, kernel, memory, operating system, CPU, user).
System Info (ML edition) #
Features #
Provides easy access to useful information about the system (architecture, bitness, kernel, memory, operating system, CPU, user).
Usage #
if (SysInfo.operatingSystemName == "Ubuntu") {
log.info("We love Ubuntu users");
}
See longer examples in /example
folder.
Additional information #
A revival of functionality from the discontinued package: https://pub.dev/packages/system_info