We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get a
UnsupportedError (Unsupported operation: Unsupported operating system.)
when calling SysInfo.getFreePhysicalMemory(); on iOS.
SysInfo.getFreePhysicalMemory();
Does this plugin not support iOS?
The text was updated successfully, but these errors were encountered:
ios has limited support.
If you are interested in raising a PR it would be a great inclusion.
Looks like using FFI to call the methods discussed here would be the way to go:
https://stackoverflow.com/questions/5012886/determining-the-available-amount-of-ram-on-an-ios-device
src/platform/memory.dart is where the call would need to be wired in.
Sorry, something went wrong.
actually none of the memory functions seem to work on ios. I think a note in the docs would be helpful
No branches or pull requests
I get a
when calling
SysInfo.getFreePhysicalMemory();
on iOS.Does this plugin not support iOS?
The text was updated successfully, but these errors were encountered: