poll_ios_stats 0.0.1 copy "poll_ios_stats: ^0.0.1" to clipboard
poll_ios_stats: ^0.0.1 copied to clipboard

A plugin for polling system information on iOS.

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.
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A plugin for polling system information on iOS.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on poll_ios_stats