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

A new Flutter plugin to retrieve device's Physical Memory and current available Memory (This plugin is for IOS Only). Written in Obj-C.

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
150
points
61
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter plugin to retrieve device's Physical Memory and current available Memory (This plugin is for IOS Only). Written in Obj-C.

Repository (GitHub)

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

filesize, flutter

More

Packages that depend on ios_physical_memory