system_info 0.0.16 copy "system_info: ^0.0.16" to clipboard
system_info: ^0.0.16 copied to clipboard

discontinued
outdatedDart 1 only

Provides easy access to useful information about the system (architecture, bitness, kernel, memory, operating system, CPU, user).

0.0.16 #

  • Fixed bug in detection of user space bitness on Mac OS X

0.0.15 #

  • Fixed bug in detection of bitness of kernel on Mac OS X

0.0.14 #

  • Added statistics getVirtualMemorySize() about the current memory usage by the current process

0.0.12 #

  • Breaking change, ProcessorArchitecture.ARM64 renamed to ProcessorArchitecture.AARCH64

0.0.11 #

  • Fixed bug in detection of kernel architecture on Windows. More universal algorithm independent from the architecture name, allows detect any architecture (X86/ AMD64/ IA64/ etc)
  • Impoved detection of bitness of kernel on Windows. Added suport of IA64
  • Impoved detection of bitness of user space on Windows. Added suport of IA64

0.0.10 #

  • Implemented getFreePhysicalMemory() and getTotalVirtualMemory() on Mac OS X

0.0.9 #

  • Fixed bug in detection of bitness of kernel on Linux

0.0.8 #

  • Detection of bitness of kernel on Linux are based on the found file formats of libc.so.*

0.0.7 #

  • Partial support of processor architecture statistics

0.0.6 #

  • Renamed method physicalMemoryFreeSize() to getFreePhysicalMemory()
  • Renamed method physicalMemoryTotalSize() to getTotalPhysicalMemory()
  • Renamed method virtualMemoryFreeSize() to getFreeVirtualMemory()
  • Renamed method virtualMemoryTotalSize() to getTotalVirtualMemory()

0.0.5 #

  • Partial support of phycical memory and virtual memory statistics

0.0.4 #

  • Fixed a bug when parsing comments in the file /boot/config on Linux

0.0.3 #

  • Changed the algorithm for detecting the number of physical processor sockets on Windows

0.0.1 #

  • Initial release
42
likes
0
pub points
92%
popularity

Publisher

unverified uploader

Provides easy access to useful information about the system (architecture, bitness, kernel, memory, operating system, CPU, user).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

file_utils, path

More

Packages that depend on system_info