System Info
  • Welcome!
  • Installing
  • Quick Start
  • Reference
    • SysInfo
      • kernelArchitecture
      • kernelBitness
      • kernelName
      • kernelVersion
      • operatingSystemName
      • operatingSystemVersion
      • userDirectory
      • userId
      • userName
      • userSpaceBitness
      • cores
      • getTotalPhysicalMemory
      • getFreePhysicalMemory
      • getTotalVirtualMemory
      • getFreeVirtualMemory
      • getVirtualMemorySize
Powered by GitBook
On this page

Was this helpful?

Installing

The easiest way to install system_info2 is from the cli.

dart pub add system_info2
dart pub get

To use the system_info2 package import into your code:

import 'package:system_info2/system_info2.dart
PreviousWelcome!NextQuick Start

Last updated 3 years ago

Was this helpful?