You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Miquel, we unfortunately run x64 code on arm64, and we'd like to distinguish between the two in crash reports, so that is why we need the information at runtime.
Hi Miquel, we unfortunately run x64 code on arm64, and we'd like to distinguish between the two in crash reports, so that is why we need the information at runtime.
Oh, I didn't realize you were preparing a PR as well.
Have you checked Abi.current()?
The Dart team is also working on exposing the CPU architecture in dart-lang/sdk#56959 so that could help.
Plugin
device_info_plus
Use case
We were looking into adding architecture information for crash reports and plan to use this plugin.
Proposal
I'd like the plugin to determine the CPU architecture of the host PC at runtime.
The text was updated successfully, but these errors were encountered: