ram_info 0.0.4 copy "ram_info: ^0.0.4" to clipboard
ram_info: ^0.0.4 copied to clipboard

A Flutter plugin that provides total and free RAM memory information for Android and iOS devices.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ram_info

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ram_info: ^0.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ram_info/ram_info.dart';
3
likes
140
points
183
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides total and free RAM memory information for Android and iOS devices.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on ram_info

Packages that implement ram_info