system_info_fetch 0.0.8 copy "system_info_fetch: ^0.0.8" to clipboard
system_info_fetch: ^0.0.8 copied to clipboard

A library for get system info detail like ram or proccesor ram in dart support client side and server side.

System info fetch #

import 'package:system_info_fetch/system_info_fetch.dart';
// import 'package:universal_io/io.dart' as io;

void main(List<String> arguments) {
  SystemInfoFetch systemInfoFetch = SystemInfoFetch();
  print(systemInfoFetch.toString(ignores: ["title"]));
  // print(io.Link);
}
Os: Ubuntu 20.04.5 LTS x86_64
Arch: x86_64
Host: Modern 14 B5M REV:1.0 
Kernel: Linux 5.19.0-051900-generic x86_64
Uptime: 1:33:40.000000
Shell: bash
Cpu: AMD Ryzen 5 5500U with Radeon Graphics (12)
Gpu: Advanced Micro Devices, Inc. [AMD/ATI] Device 164c
5
likes
0
pub points
74%
popularity

Publisher

unverified uploader

A library for get system info detail like ram or proccesor ram in dart support client side and server side.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

general_lib, path, universal_io

More

Packages that depend on system_info_fetch