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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ios_physical_memory

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

dependencies:
  ios_physical_memory: ^0.0.6

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:ios_physical_memory/ios_physical_memory.dart';
1
likes
130
pub points
38%
popularity

Publisher

unverified uploader

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)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

filesize, flutter

More

Packages that depend on ios_physical_memory