kernelArchitecture

SysInfo.kernelArchitecture

The kernelArchitecture describes the type of CPU your app is running on.

Possible values are:

Example:

import "package:system_info2/system_info2.dart";

print("Kernel architecuture          : ${SysInfo.kernelArchitecture}");

Please help expand the list of examples by raising an issue with examples on the onpub.dev github site.

Last updated