system_info_plus 0.0.6 copy "system_info_plus: ^0.0.6" to clipboard
system_info_plus: ^0.0.6 copied to clipboard

A flutter plugin to get device (system) info including Random access memory (RAM).

system_info_plus #

A Flutter plugin to get device Random Access Memory (RAM) size.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

How to use? #

Basic example:

Step 1:

import 'package:system_info_plus/system_info_plus.dart';
copied to clipboard

Step 2:

void getDeviceMemory() async {
    int? deviceMemory = await SystemInfoPlus.physicalMemory; // returns in MB
}
copied to clipboard
20
likes
150
points
5.75k
downloads

Publisher

verified publishersebghatyusuf.com

Weekly Downloads

2024.12.04 - 2025.10.29

A flutter plugin to get device (system) info including Random access memory (RAM).

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on system_info_plus

Packages that implement system_info_plus