GitHunt
JM

jmagman/poll_ios_stats

Flutter plugin to poll iOS system information

poll_ios_stats

A plugin for polling iOS system information.

Warning:: Compatability with Apple's App Store policies isn't guaranteed.

Supported stats

Currently you can poll:

  • time since startup - This gives you the time since the operating launched the
    process measured in microseconds since epoch.
  • dirty memory usage - (task_vm_info.phys_footprint) in MB.
  • owned shared memory usage - (task_vm_info.resident_size - task_vm_info.phys_footprint) in MB.

Languages

Objective-C41.6%Dart35.7%Ruby22.7%

Contributors

BSD 3-Clause "New" or "Revised" License
Created June 28, 2024
Updated June 28, 2024