ios_physical_memory 0.0.5 copy "ios_physical_memory: ^0.0.5" to clipboard
ios_physical_memory: ^0.0.5 copied to clipboard

PlatformAndroidiOS
outdated

A plugin to retrieve Physical Memory for IOS Only.

ios_physical_memory #

A Simple plugin to retrieve Physical Memory for IOS Only.

Usage #

import 'package:ios_physical_memory/ios_physical_memory.dart';

String? physicalMemory = await IosPhysicalMemory.physicalMemory;
String? freeAvailableMemory = await IosPhysicalMemory.availableFreeMemory;
1
likes
110
pub points
36%
popularity

Publisher

unverified uploader

A plugin to retrieve Physical Memory for IOS Only.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

filesize, flutter

More

Packages that depend on ios_physical_memory