/poll_ios_stats

Flutter plugin to poll iOS system information

Primary LanguageObjective-CBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.