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
In the file packages/vector_graphics_compiler/lib/src/_initialize_path_ops_io.dart, Linux (and Windows) are always assumed to be 64 bit. This leads to the following error when running on Linux ARM64: Could not locate libpathops at /usr/lib/flutter/bin/cache/artifacts/engine/linux-x64/libpath_ops.so
In the file
packages/vector_graphics_compiler/lib/src/_initialize_path_ops_io.dart
, Linux (and Windows) are always assumed to be 64 bit. This leads to the following error when running on Linux ARM64:Could not locate libpathops at /usr/lib/flutter/bin/cache/artifacts/engine/linux-x64/libpath_ops.so
Another approach would be to leverage
Abi.current()
The text was updated successfully, but these errors were encountered: