objectbox / objectbox-dart

Flutter database for super-fast Dart object persistence
https://docs.objectbox.io/getting-started
Apache License 2.0
927 stars 115 forks source link

ObjectBox 0.18.1 problem archlinux desktop programming #567

Closed trapthor closed 4 months ago

trapthor commented 7 months ago

archLinux still offers versions 0.18.0.1 with which ObjectBox 2.3.1 does not work when making Linux desktop programs. Version 2.2.0 works, so I'm using that version for now. It would always be good to check that archLinux supports these reforms, because quite a lot of programmers use it or operating systems based on it.

greenrobot-team commented 7 months ago

To build and run a Flutter app for Linux desktop there is no need to install the ObjectBox shared library separately?

If you talk about Dart Native (CLI) apps, we recommend shipping the library with the executable. You can get a compatible version using the install.sh script in the repo for a given release tag.

If this doesn't apply, please share more about your use case!

github-actions[bot] commented 4 months ago

Without additional information, we are unfortunately not sure how to resolve this issue. Therefore this issue has been automatically closed. Feel free to comment with additional details and we can re-open this issue.