system_info_plus

Creator: coderz1093

Last updated:

Add to Cart

Description:

system info plus

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.