I am working on a mail client in flutter. I am using objectbox in my flutter app to store mails in cache, but when I built the app using command
flutter build linux --release
And created an executable, which runs fine on my device, but when ran on other devices, it gives the following error
./my_project: error while loading shared libraries: libobjectbox.so: cannot open shared object file: No such file or directory
I tried finding the file and it was n the bundle/lib directory, but still it shows no such file.