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
Hello.
I want to use this package in a flutter-pi project on Raspberry-pi.
It works in my ubuntu development system, but when try to run on Raspberry-pi, results in the below error:
Does it support arm64 architecture?
flutter: Failed to load ObjectBox library. For Flutter apps, check if objectbox_flutter_libs is added to dependencies. For unit tests and Dart apps, check if the ObjectBox library was downloaded (https://docs.objectbox.io/getting-started).
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'libobjectbox.so': libobjectbox.so: cannot open shared object file: No such file or directory
#0 _open (dart:ffi-patch/ffi_dynamic_library_patch.dart:11)
#1 new DynamicLibrary.open (dart:ffi-patch/ffi_dynamic_library_patch.dart:22)
#2 _tryObjectBoxLibFile (package:objectbox/src/native/bindings/bindings.dart:84)
#3 loadObjectBoxLib (package:objectbox/src/native/bindings/bindings.dart:101)
#4 C (package:objectbox/src/native/bindings/bindings.dart:119)
#5 new Model (package:objectbox/src/native/model.dart)
#6 new Store (package:objectbox/src/native/store.dart:192)
#7 openStore (package:test/objectbox.g.dart:278)
#8 ObjectBox.create (package:test/db/objectbox.dart:56)
<asynchronous suspension>
#9 main (package:test/main.dart:44)
<asynchronous suspension>
Hello.
I want to use this package in a flutter-pi project on Raspberry-pi.
It works in my ubuntu development system, but when try to run on Raspberry-pi, results in the below error:
Does it support arm64 architecture?
pubspec.yaml:
The text was updated successfully, but these errors were encountered: