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

outdated

A flutter plugin to get device (system) info.

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';

Step 2:

void getDeviceMemory() async {
    int? deviceMemory = await SystemInfoPlus.physicalMemory; // returns in MB
}
17
likes
0
pub points
93%
popularity

Publisher

verified publishersebghatyusuf.com

A flutter plugin to get device (system) info.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on system_info_plus