FLUTTER ECOSYSTEM

onepub-dev/system_info

Fornece acesso fácil a informações úteis sobre o sistema (arquitetura, bitness, kernel, memória, sistema operacional, CPU, usuário).

Capa do projeto Informações do sistema
Stars
23
Forks
8
Último push (UTC)
28 de set. de 2025
Status do projeto
Ativo
OnePub GitHub avatar
GITHUB Organization

OnePub ↗

LinguagensDart

Pacotes publicados por este repositório

Dependências usadas

Lista de dependências 3 itens
  • globbing^1.0.0
  • path^1.8.0
  • lint_hardDesenvolvimento^6.2.1

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher README

system_info2

A fork of system_info as the original maintainer no longer wishes to do so.

Thanks to onepub.dev for allowing me the time and resources to support this package.

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

system_info2 lets you discover specific hardware characteristics of the OS you are running on includeing:

  • kernelArchitecture
  • Kernel bitness
  • Kernel name
  • Kernel version
  • Operating system name
  • Operating system version
  • User directory
  • User id
  • User name
  • User space bitness

Basic examples:

if (SysInfo.operatingSystemName == "Ubuntu") {
  log.info("We love Ubuntu users");
}

Documentation

You can find the manual at:

sysinfo.onepub.dev