We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I run on windows amd64 arch
I think Kernel architecture should be X86_64 but return a 'UNKNOW'
Kernel architecture : UNKNOW Raw Kernel architecture : AMD64 Kernel bitness : 64 Kernel name : Windows_NT Kernel version : 10.0.22631
There is my code
import 'package:system_info2/system_info2.dart'; void main() { print('Kernel architecture : ${SysInfo.kernelArchitecture}'); print('Raw Kernel architecture : ${SysInfo.rawKernelArchitecture}'); print('Kernel bitness : ${SysInfo.kernelBitness}'); print('Kernel name : ${SysInfo.kernelName}'); print('Kernel version : ${SysInfo.kernelVersion}'); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I run on windows amd64 arch
I think Kernel architecture should be X86_64 but return a 'UNKNOW'
There is my code
The text was updated successfully, but these errors were encountered: