isar-community / isar

Extremely fast, easy to use, and fully async NoSQL database for Flutter
https://isar-community.dev
Apache License 2.0
126 stars 14 forks source link

Add linux arm64 support #86

Open CaptainDario opened 2 months ago

CaptainDario commented 2 months ago

Is your feature request related to a problem? Please describe. With the current rise in popularity of arm based devices, I would like to be able to run isar on linux arm64. This is currently not possible.

Describe the solution you'd like Compiling isar for arm64 and bundling it in the release.

Version

CaptainDario commented 2 months ago

Any comment on this?

vicenterusso commented 2 weeks ago

Any comment on this?

Do you have logs, errors, or something?

karniv00l commented 1 week ago

Unhandled Exception: IsarError: Unsupported processor architecture "linux_arm64". Please open an issue on GitHub to request it

https://github.com/isar-community/isar/blob/d5cee4a140ffb892e8afdecf5e56753ce285e1c1/packages/isar/lib/src/native/isar_core.dart#L214-L215

there's already an issue on the upstream repo: https://github.com/isar/isar/issues/876