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
  • Welcome to system_info2
  • Sponsored by OnePub
  • Documentation conventions
  • Recommended Packages
  • Want to jump right in?
  • Want to deep dive?

Was this helpful?

Welcome!

NextInstalling

Last updated 2 years ago

Was this helpful?

Welcome to system_info2

Welcome to systeminfo2! Here you'll find all the documentation you need to get up and running with the system_info2 API.

The system_info2 package provides details about your operating system and hardware beyond what the Dart Platform class provides.

Before you launching to using system_info2 you should check that the Dart Platform class doesn't already provide the features you need.

Sponsored by OnePub

Help support system_info2 by supporting , the private Dart repository.

OnePub allows you to privately share Dart packages across your Team and with your customers.

Try it for free and publish your first private package in seconds.

Publish a private package in five commands:

dart pub global activate onepub

onepub login

cd <my package>

onepub pub private

dart pub publish

We also need to recognize Andrew Mezoni's work to create the package in the first place.

Documentation conventions

This document uses the term Posix to collectively refer to all non-Windows operating systems including:

  • Linux

  • Android

  • MacOS

  • iOS

Recommended Packages

If you are looking for additional OS level functionality you might what to take a look at the following Dart packages:

Want to jump right in?

Feeling like an eager beaver? Jump into the quick-start docs and make your first request:

Want to deep dive?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

OnePub
posix
win32
Quick Start
SysInfo