system_info 1.0.1
system_info: ^1.0.1 copied to clipboard
Provides easy access to useful information about the system (architecture, bitness, kernel, memory, operating system, CPU, user).
1.0.1 #
- This package is no longer supported because it was flagged by Google Dart developers as being published by an unknown person. Publisher Unknown. As a normal person, I believe that hardly anyone would want to use software from unknown publishers.
1.0.0 #
- The source code has been migrated to null safety. Thanks to the author of this work, Brett Sutton (github.com/bsutton).
0.1.3 #
- Minor changes in processor architecture recognition
0.1.2 #
- The source code has been modified in accordance with Google’s guidelines about the effectiveness of the Dart language
0.1.1 #
- To avoid downgrading the rating on https://pub.flutter-io.cn, the source code has been changed to fit Google’s ever-changing recommendations on what a good (pedantic) source code should be.
0.1.0 #
- Adaptation to Dart 2.0
0.0.16 #
- Fixed bug in detection of
user space bitnesson Mac OS X
0.0.15 #
- Fixed bug in detection of
bitness of kernelon Mac OS X
0.0.14 #
- Added statistics
getVirtualMemorySize()about the current memory usage by the current process
0.0.12 #
- Breaking change,
ProcessorArchitecture.ARM64renamed toProcessorArchitecture.AARCH64
0.0.11 #
- Fixed bug in detection of
kernel architectureon Windows. More universal algorithm independent from the architecture name, allows detect any architecture (X86/ AMD64/ IA64/ etc) - Impoved detection of
bitness of kernelon Windows. Added suport ofIA64 - Impoved detection of
bitness of user spaceon Windows. Added suport ofIA64
0.0.10 #
- Implemented
getFreePhysicalMemory()andgetTotalVirtualMemory()on Mac OS X
0.0.9 #
- Fixed bug in detection of
bitness of kernelon Linux
0.0.8 #
- Detection of
bitness of kernelon Linux are based on the found file formats oflibc.so.*
0.0.7 #
- Partial support of
processor architecturestatistics
0.0.6 #
- Renamed method
physicalMemoryFreeSize()togetFreePhysicalMemory() - Renamed method
physicalMemoryTotalSize()togetTotalPhysicalMemory() - Renamed method
virtualMemoryFreeSize()togetFreeVirtualMemory() - Renamed method
virtualMemoryTotalSize()togetTotalVirtualMemory()
0.0.5 #
- Partial support of
phycical memoryandvirtual memorystatistics
0.0.4 #
- Fixed a bug when parsing comments in the file
/boot/configon Linux
0.0.3 #
- Changed the algorithm for detecting the number of physical processor sockets on Windows
0.0.1 #
- Initial release