FLUTTER ECOSYSTEM

onepub-dev/system_info

시스템(아키텍처, 비트 수, 커널, 메모리, 운영 체제, CPU, 사용자)에 대한 유용한 정보에 쉽게 접근할 수 있습니다.

시스템 정보 프로젝트 이미지
Stars
23
Forks
8
최근 푸시(UTC)
2025. 9. 28.
프로젝트 상태
활성
OnePub GitHub avatar
GITHUB Organization

OnePub ↗

언어Dart

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 3 개
  • globbing^1.0.0
  • path^1.8.0
  • lint_hard개발 의존성^6.2.1

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

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